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 2c7149f + 10cda7c commit c773a16Copy full SHA for c773a16
.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@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
0 commit comments