We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00ec19 commit 35b3508Copy full SHA for 35b3508
.github/workflows/deploy-docker-image.yml
@@ -82,7 +82,7 @@ jobs:
82
83
# Create a release based on the new tag
84
- name: Create release
85
- uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
+ uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
86
with:
87
tag_name: ${{ steps.bumpTag.outputs.new_tag }}
88
env:
0 commit comments