Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#2350)
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 cfed598 commit 58aaabb
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:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand Down Expand Up @@ -131,10 +137,3 @@ jobs:
- dotnet
- go
- java

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

0 comments on commit 58aaabb

Please sign in to comment.