We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 820c835 + 7524dcf commit edf8168Copy full SHA for edf8168
.github/workflows/release.yaml
@@ -105,7 +105,7 @@ jobs:
105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
106
-o "${{ env.RELEASE_TAG }}.md"
107
- name: Release
108
- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
+ uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3
109
with:
110
draft: true
111
body_path: ${{ env.RELEASE_TAG }}.md
0 commit comments