diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 289ef317..8cbea423 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,7 @@ jobs: - name: Create GitHub Release if: steps.tag.outputs.should_release == 'true' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.tag.outputs.version }} name: v${{ steps.tag.outputs.version }}