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 abd1cbf commit 90bd7d2Copy full SHA for 90bd7d2
.github/workflows/generate-release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Create a Release
54
id: create_release
55
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
56
with:
57
token: ${{ secrets.GITHUB_TOKEN }}
58
tag_name: ${{ github.ref }}
.github/workflows/generate-test-release.yml
@@ -50,7 +50,7 @@ jobs:
50
51
0 commit comments