Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Aug 23, 2024
1 parent 98a7247 commit 887c748
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 @@ -114,10 +120,3 @@ jobs:
- dotnet
- go
- java

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

0 comments on commit 887c748

Please sign in to comment.