Skip to content

Commit

Permalink
fix(CI): Публикация пакетов
Browse files Browse the repository at this point in the history
  • Loading branch information
KULBIDA Pavel authored and KULBIDA Pavel committed Dec 8, 2023
1 parent 88cbdee commit b2fc69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: dotnet pack $PROJECT_NAME -c Release -o ./nupkgs --nologo --no-build

- name: Push nuget packages
needs: Pack
if: github.ref == 'refs/heads/master'
env:
NUGET_URL: https://api.nuget.org/v3/index.json
run: dotnet nuget push ./nupkgs/**/*.nupkg -s $NUGET_URL -k ${{secrets.NUGETKEY}} --skip-duplicate --no-symbols

0 comments on commit b2fc69a

Please sign in to comment.