We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312a9aa commit 2a9de11Copy full SHA for 2a9de11
1 file changed
.github/workflows/deploy-docker-image.yml
@@ -83,7 +83,7 @@ jobs:
83
84
# Create a release based on the new tag
85
- name: Create release
86
- uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
87
with:
88
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
89
env:
0 commit comments