We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f79b3 commit 7a1d44dCopy full SHA for 7a1d44d
.github/workflows/create-github-release.yaml
@@ -35,7 +35,7 @@ jobs:
35
echo "$EOF" >> "$GITHUB_ENV"
36
37
- name: Create GitHub Release 🚀
38
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0
39
with:
40
tag_name: ${{ env.latest_tag }}
41
name: Version ${{ env.latest_tag }}, ${{ env.date }}
0 commit comments