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 515556f + b82beda commit 41a2d92Copy full SHA for 41a2d92
.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@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
+ uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
0 commit comments