We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b26e235 + 8becf85 commit d9ffe6fCopy full SHA for d9ffe6f
.github/workflows/release.yaml
@@ -110,7 +110,7 @@ jobs:
110
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
111
-o "${{ env.RELEASE_TAG }}.md"
112
- name: Release
113
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # tag=v2.5.0
114
with:
115
draft: true
116
files: out/*
0 commit comments