We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c1e6a commit 3c982b0Copy full SHA for 3c982b0
.github/workflows/PR-CI.yml
@@ -117,5 +117,5 @@ jobs:
117
path: ${{env.working-directory}}
118
- name: Step-03 Release to Nuget Org
119
if: ${{ startsWith(github.head_ref, 'release/')}}
120
- run: dotnet nuget push ${{env.working-directory}}/src/parsley/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ${{env.working-directory}}/src/TurboMapper/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json
121
0 commit comments