diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0697760..388ab92 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: { echo "content<<${DELIM}"; printf '%s' "$BODY"; echo ""; echo "${DELIM}"; } >> $GITHUB_OUTPUT - name: Create Release - uses: softprops/action-gh-release@v3.0.2 + uses: softprops/action-gh-release@v3.0.3 with: tag_name: ${{ steps.tag.outputs.TAG_NAME }} name: Release ${{ steps.tag.outputs.TAG_NAME }}