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 c9eb2c0 + e45b5cf commit c866808Copy full SHA for c866808
.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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # tag=v2.0.8
+ uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # tag=v2.0.9
109
with:
110
draft: true
111
files: out/*
0 commit comments