We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a058212 + 8df643f commit 7391e08Copy full SHA for 7391e08
.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@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
109
with:
110
draft: true
111
body_path: ${{ env.RELEASE_TAG }}.md
0 commit comments