Skip to content

Commit

Permalink
feat(publish): explicit endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf committed Jun 6, 2024
1 parent d3dcec9 commit 2f5f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-templates-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Publish NuGet packages
working-directory: ${{ env.WORKING_DIRECTORY }}
run: |
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEST_NUGET_API_KEY }} --source ${{ secrets.TEST_NUGET_FEED_URL }}
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEST_NUGET_API_KEY }} --source https://int.nugettest.org/

0 comments on commit 2f5f4df

Please sign in to comment.