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 51d3a62 commit d9a19efCopy full SHA for d9a19ef
.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@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
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