diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e39956f..cae4d0f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -67,6 +67,7 @@ jobs: - uses: google-github-actions/release-please-action@v3 - name: Create release if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' }} + uses: google-github-actions/release-please-action@v4 id: release with: token: ${{ secrets.GITHUB_TOKEN }}