Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Franczak <[email protected]>
  • Loading branch information
Nairda015 authored Feb 17, 2023
1 parent aaeab42 commit 53427a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: dotnet pack
shell: bash
run: |
dotnet pack /p:Version=${{ env.NEXT_VERSION }} --configuration=Release -p:PackageOutputPath=../packages \
dotnet pack /p:Version=${{ env.NEXT_VERSION }} --configuration=Release \
/p:NoWarn=NU5105 \
/p:RepositoryUrl=https://github.com/Nairda015/GenWrap \
/p:RepositoryType=git
Expand All @@ -139,5 +139,5 @@ jobs:
- name: dotnet push to nuget.org
shell: bash
run: dotnet nuget push "packages/*.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push "**/*.nupkg" --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 53427a4

Please sign in to comment.