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 0d7ee7c + 28c646e commit a49a276Copy full SHA for a49a276
.github/workflows/release.yaml
@@ -106,7 +106,7 @@ jobs:
106
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
107
-o "${{ env.RELEASE_TAG }}.md"
108
- name: Release
109
- uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # tag=v2.4.2
+ uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # tag=v2.5.0
110
with:
111
draft: true
112
files: out/*
0 commit comments