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.
2 parents 7eccbc5 + fc007df commit 707f537Copy full SHA for 707f537
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
echo "DOCKER_TAGS_HSM=${{ env.DOCKER_TAGS_HSM }},${{ env.DOCKER_IMAGE }}:hsm" >> "${GITHUB_ENV}"
46
- name: Create Release
47
id: create_release
48
- uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
+ uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
49
env:
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
with:
0 commit comments