Skip to content

Commit 3c982b0

Browse files
committed
- Add code comments and Documentation
1 parent f7c1e6a commit 3c982b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
path: ${{env.working-directory}}
118118
- name: Step-03 Release to Nuget Org
119119
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
120+
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
121121

0 commit comments

Comments
 (0)