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 bcc29cf + 8825c83 commit 12a2bf1Copy full SHA for 12a2bf1
1 file changed
.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
77
{ echo "content<<${DELIM}"; printf '%s' "$BODY"; echo ""; echo "${DELIM}"; } >> $GITHUB_OUTPUT
78
79
- name: Create Release
80
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
81
with:
82
tag_name: ${{ steps.tag.outputs.TAG_NAME }}
83
name: Release ${{ steps.tag.outputs.TAG_NAME }}
0 commit comments