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 10f7279 commit 667a583Copy full SHA for 667a583
.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@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
+ uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.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