Skip to content

Commit d08a0bc

Browse files
authored
Update GitHub Actions workflows. (#5599)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 03dcc6282f6e8b629b6a3cc35661997622d8e0ca.
1 parent fa2ece3 commit d08a0bc

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@d5382d3e6f2fa7bd53cb749d33091853d4985daf # v2
111+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
112112
if: inputs.isPrerelease == false
113113
with:
114114
tag_name: v${{ inputs.version }}

0 commit comments

Comments
 (0)