diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a80c4d6..6620967 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -186,7 +186,7 @@ jobs: - uses: actions/checkout@v4 - name: Create GitHub Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ needs.validate-tag.outputs.version }} name: ${{ needs.validate-tag.outputs.version }}