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 393485e + 87b53a1 commit cfa9465Copy full SHA for cfa9465
.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@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
+ uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # tag=v2.3.2
110
with:
111
draft: true
112
files: out/*
0 commit comments