We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7132f commit 143bc96Copy full SHA for 143bc96
.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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
+ uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
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