diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23d6ad7..1d3c3af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -138,7 +138,7 @@ jobs: args: --unreleased --tag ${{ steps.version.outputs.tag }} - name: Create release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: ${{ steps.version.outputs.tag }} target_commitish: ${{ steps.version.outputs.sha }}