We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f348b6 commit a40871cCopy full SHA for a40871c
.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@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
110
with:
111
draft: true
112
files: out/*
0 commit comments