Skip to content

Commit 33db817

Browse files
committed
fix: correct action-gh-release pin in release workflow
The previous SHA was invalid and caused GitHub Release creation to fail on tag push.
1 parent ff0b140 commit 33db817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
} >> "$GITHUB_OUTPUT"
4646
4747
- name: Create GitHub Release
48-
uses: softprops/action-gh-release@1e812e8210a4a8a0b23075e5795f2a4e2b2a0b7 # v2.2.2
48+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
4949
with:
5050
tag_name: ${{ github.ref_name }}
5151
name: ${{ steps.meta.outputs.name }} ${{ steps.meta.outputs.version }}

0 commit comments

Comments
 (0)