diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e4ddad..66f75c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: README.md - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ needs.validate.outputs.version }} name: Release v${{ needs.validate.outputs.version }}