Skip to content

Commit

Permalink
disable push package
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Dec 2, 2023
1 parent e11d3f2 commit 7205bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
# - name: Pack package
# run: dotnet pack ./Blazor.QrCode/Blazor.QrCode.csproj --configuration Release --output ./publish
- name: Push package
run: dotnet nuget push ./publish/*.nupkg --no-symbols --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
# - name: Push package
# run: dotnet nuget push ./publish/*.nupkg --no-symbols --skip-duplicate --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
- name: debug output 1
run: |
echo ${{ github.workspace }}
Expand Down

0 comments on commit 7205bf7

Please sign in to comment.