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.
1 parent 439d686 commit e50ff48Copy full SHA for e50ff48
.github/workflows/release.yaml
@@ -118,7 +118,7 @@ jobs:
118
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/CHANGELOG/${{ env.RELEASE_TAG }}.md" \
119
-o "${{ env.RELEASE_TAG }}.md"
120
- name: Release
121
- uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # tag=v2.2.1
+ uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # tag=v2.2.2
122
with:
123
draft: true
124
files: out/*
0 commit comments