diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be274ae..444b06b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: # Change into the artifacts directory to avoid including the directory itself in the zip archive working-directory: ./releases/net10.0 run: zip -r ../ModVerify-Net10.zip . - - uses: dotnet/nbgv@v0.4.2 + - uses: dotnet/nbgv@v0.5.0 id: nbgv - name: Create GitHub release # Create a GitHub release on push to main only