We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed1e8e commit b91ddffCopy full SHA for b91ddff
.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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
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