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 874a879 + 09afe2a commit f7cb780Copy full SHA for f7cb780
.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
53
echo "DOCKER_TAGS_DEBIAN=${{ env.DOCKER_TAGS_DEBIAN }},${{ env.DOCKER_IMAGE }}:${DEBIAN_TAG}" >> "${GITHUB_ENV}"
54
- name: Create Release
55
id: create_release
56
- uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
0 commit comments