Skip to content

Commit 692bed3

Browse files
update gh release workflow version
1 parent 5bb2bfa commit 692bed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sha=$(git rev-parse HEAD)
3535
echo "TARGET_SHA=$sha" >> $GITHUB_ENV
3636
- name: Create GitHub Release
37-
uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf
37+
uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)