Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi0Martin committed Feb 14, 2024
2 parents 8da52c5 + 8298ce6 commit b31568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/measurements-tool-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ jobs:
name: solution-build
path: .
- name: Publish on nuget.org
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
run: dotnet nuget push *.nupkg --api-key ${{ secrets.PUBLISHING_PACKAGES_PAT }} --source https://api.nuget.org/v3/index.json

0 comments on commit b31568d

Please sign in to comment.