diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6fcf09b..edbdea5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -61,5 +61,5 @@ jobs: # we can deploy. - name: Publish run: nuget push ./artifacts/packages/*.nupkg -Source 'https://api.nuget.org/v2/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} - if: ${{ steps.release.outputs.release_created }} - + # temporarily always publish to test new api key + # if: ${{ steps.release.outputs.release_created }}