We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a4d0e commit ebbd314Copy full SHA for ebbd314
.github/workflows/api-release.yml
@@ -56,7 +56,7 @@ jobs:
56
steps:
57
- name: Create GitHub Release
58
id: create_release
59
- uses: softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
60
with:
61
tag_name: "${{ inputs.module }}_${{ github.event.inputs.release-version }}"
62
draft: false
0 commit comments