Skip to content

Commit

Permalink
fix: env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zhifenglee-aelf authored Jun 7, 2024
1 parent 869840b commit fde64dd
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 $TEST_NUGET_SOURCE_URL
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEST_NUGET_API_KEY }} --source ${{ env.TEST_NUGET_SOURCE_URL }}

0 comments on commit fde64dd

Please sign in to comment.