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 e8920a2 + 70c496a commit a64f789Copy full SHA for a64f789
.github/workflows/release.yaml
@@ -105,7 +105,7 @@ jobs:
105
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
106
-o "${{ env.RELEASE_TAG }}.md"
107
- name: Release
108
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # tag=v1
+ uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # tag=v2.0.3
109
with:
110
draft: true
111
files: out/*
0 commit comments