Skip to content

Commit

Permalink
try push package to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNek committed Dec 1, 2023
1 parent 5430bb7 commit a85eebd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
run: dotnet build ./Blazor.QrCode/Blazor.QrCode.csproj --no-restore --configuration Release --output ./publish
env:
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 --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 a85eebd

Please sign in to comment.