Skip to content

Commit 92c3501

Browse files
authored
Update GitHub Actions workflows. (#5593)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 56fbd89e48d3acc49c5bd30bfdd724d37472700e.
1 parent 1d34dc5 commit 92c3501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Upload Provider Binaries
109109
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
110110
- name: Create GH Release
111-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
111+
uses: softprops/action-gh-release@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
112112
if: inputs.isPrerelease == false
113113
with:
114114
tag_name: v${{ inputs.version }}

0 commit comments

Comments
 (0)