We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6386950 + 19ad7fd commit 869f9fbCopy full SHA for 869f9fb
.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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
+ uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
0 commit comments