Skip to content

Commit 4eec43a

Browse files
authored
Update GitHub Actions workflows. (#1015)
This PR was automatically generated by the update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt repo, from commit 044c7a474b24611373c5b109a844efcddb67504c.
1 parent 85ae6e8 commit 4eec43a

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
@@ -102,7 +102,7 @@ jobs:
102102
- name: Upload Provider Binaries
103103
run: aws s3 cp dist s3://get.pulumi.com/releases/plugins/ --recursive
104104
- name: Create GH Release
105-
uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2
105+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2
106106
if: inputs.isPrerelease == false
107107
with:
108108
tag_name: v${{ inputs.version }}

0 commit comments

Comments
 (0)