diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a89af1b..a9d7d14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: echo '```' >> CHANGELOG_RELEASE.md - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: tag_name: v${{ steps.version.outputs.version }} name: Release v${{ steps.version.outputs.version }}