Skip to content

Commit

Permalink
Update GitHub Actions workflows. (#3920)
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 d655f680d3955b47fbcea18d335cae1b96efb97b.
  • Loading branch information
pulumi-bot committed May 10, 2024
1 parent c596dde commit 84c9dd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
env:
GORELEASER_CURRENT_TAG: v${{ steps.version.outputs.version }}
PROVIDER_VERSION: ${{ steps.version.outputs.version }}
with:
args: -p 1 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
150m0s
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
env:
GORELEASER_CURRENT_TAG: v${{ steps.version.outputs.version }}
PROVIDER_VERSION: ${{ steps.version.outputs.version }}
with:
args: -p 1 -f .goreleaser.prerelease.yml --rm-dist --skip-validate --timeout
150m0s
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
uses: goreleaser/goreleaser-action@v5
env:
GORELEASER_CURRENT_TAG: v${{ steps.version.outputs.version }}
PROVIDER_VERSION: ${{ steps.version.outputs.version }}
with:
args: -p 1 release --rm-dist --timeout 150m0s
version: latest
Expand Down

0 comments on commit 84c9dd9

Please sign in to comment.