diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2346b34..ef8c71d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,5 +33,5 @@ jobs: run: dotnet test -c $BUILD_CONFIG --no-restore --no-build --verbosity normal - name: Publish - if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') != true run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}}