Skip to content

Commit

Permalink
Added github nuget push.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Apr 25, 2024
1 parent d82a9f0 commit fd4f8da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
- name: Nuget Pack
run: dotnet pack -c release
working-directory: ./src/OpenLR.Geo/

- name: Nuget push Github
run: dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/itinero/index.json
working-directory: ./src/

# - name: Nuget push
# run: dotnet nuget push **/*.nupkg --skip-duplicate -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
Expand Down

0 comments on commit fd4f8da

Please sign in to comment.