Skip to content

Commit

Permalink
Testing new token
Browse files Browse the repository at this point in the history
  • Loading branch information
jkguttormsen authored Feb 11, 2024
1 parent 58c86c6 commit b9dbb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: dotnet pack -v normal -c Release --include-source -p:Version=${{steps.get-version.outputs.version}} -o nupkg RevolveUavcan/RevolveUavcan.*proj

- name: Push package to NuGet
run: dotnet nuget push /home/runner/work/RevolveUavcan/RevolveUavcan/nupkg/RevolveUavcan.${{steps.get-version.outputs.version}}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push /home/runner/work/RevolveUavcan/RevolveUavcan/nupkg/RevolveUavcan.${{steps.get-version.outputs.version}}.nupkg --api-key ${{secrets.NEW_API_TOKEN}} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit b9dbb2c

Please sign in to comment.