Skip to content

Commit

Permalink
[internal] Update GitHub Actions workflow files (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulumi-bot authored Nov 5, 2024
1 parent 5aeb3e8 commit 1f44726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Upload Provider Binaries
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
- name: Create GH Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: inputs.isPrerelease == false
with:
tag_name: v${{ inputs.version }}
Expand Down

0 comments on commit 1f44726

Please sign in to comment.