We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb2bfa commit 692bed3Copy full SHA for 692bed3
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
sha=$(git rev-parse HEAD)
35
echo "TARGET_SHA=$sha" >> $GITHUB_ENV
36
- name: Create GitHub Release
37
- uses: softprops/action-gh-release@b7e450da2a4b4cb4bfbae528f788167786cfcedf
+ uses: softprops/action-gh-release@2d72d869af3bf23602f9593a1e3fd739b80ac1eb
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
0 commit comments