Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#497)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit 8ae2fc7de5ca66ba646b22fbaa7514f9f484bff9.
  • Loading branch information
pulumi-bot authored Aug 24, 2024
1 parent ce26340 commit 8918f8c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -121,10 +127,3 @@ jobs:
- dotnet
- go
- java

name: release
on:
push:
tags:
- v*.*.*
- "!v*.*.*-**"

0 comments on commit 8918f8c

Please sign in to comment.