Skip to content

Commit

Permalink
Temporarily disabling NuGet push
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed May 25, 2023
1 parent 2b476df commit 1c0b5bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/publish-nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ runs:
"-p:EnablePackageValidation=true"
)
- name: Push with dotnet
shell: pwsh
run: dotnet nuget push artifacts/*.nupkg --api-key $Env:API_KEY --source '${{ steps.setup.outputs.source-url }}' --skip-duplicate

- name: Publish Artifacts
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1c0b5bb

Please sign in to comment.