Skip to content

Commit

Permalink
move "
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderssonPeter committed Dec 5, 2024
1 parent 6bb5247 commit e290960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
path: '**/*.*nupkg'

- name: Publish
run: dotnet nuget "push Dolly/bin/Release/${{ env.REPOSITORY_NAME }}.${{ env.VERSION }}.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json
run: dotnet nuget push "Dolly/bin/Release/${{ env.REPOSITORY_NAME }}.${{ env.VERSION }}.nupkg" --api-key "${{ secrets.NUGET_APIKEY }}" --source https://api.nuget.org/v3/index.json

0 comments on commit e290960

Please sign in to comment.