Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot committed Aug 24, 2024
1 parent 78e299c commit 119a710
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:
CIVO_TOKEN: ${{ secrets.CIVO_TOKEN }}
Expand Down Expand Up @@ -113,10 +119,3 @@ jobs:
- dotnet
- go
- java

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

0 comments on commit 119a710

Please sign in to comment.