Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Aug 23, 2024
1 parent 887c748 commit 5026eb6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
# 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 @@ -120,3 +114,10 @@ jobs:
- dotnet
- go
- java

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

0 comments on commit 5026eb6

Please sign in to comment.