We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab76e0 commit ac79e42Copy full SHA for ac79e42
.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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
+ uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2.6.2
87
with:
88
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
89
env:
0 commit comments