Skip to content

Commit

Permalink
Revert "Temporarily disable NuGet push"
Browse files Browse the repository at this point in the history
This reverts commit 81d8f79.
  • Loading branch information
Piedone committed May 1, 2024
1 parent 81d8f79 commit 7a4f1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/publish-nuget/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ runs:
New-NuGetPackage @parameters
# - 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: 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/upload-artifact@v3.1.1
Expand Down

0 comments on commit 7a4f1a6

Please sign in to comment.