diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31510d9..40dadac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: dotnet-version: 3.1.301 - name: Wait for tests to succeed - uses: lewagon/wait-on-check-action@v1.0.0 + uses: lewagon/wait-on-check-action@v1.3.1 with: ref: ${{ github.ref }} check-name: 'buildAndTest' @@ -32,4 +32,4 @@ jobs: # Publish - name: publish on version change run: nuget push "**/*.nupkg" -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} - \ No newline at end of file +