We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940d2f4 commit 6de8f8fCopy full SHA for 6de8f8f
.github/workflows/generate-release.yml
@@ -153,7 +153,7 @@ jobs:
153
154
- name: Create a Release
155
id: create_release
156
- uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
157
with:
158
token: ${{ secrets.GITHUB_TOKEN }}
159
tag_name: ${{ github.ref }}
.github/workflows/generate-test-release.yml
@@ -152,7 +152,7 @@ jobs:
152
0 commit comments