Skip to content

Commit dd6db3a

Browse files
author
zhifenglee-aelf
committed
fix(cicd): fixed var
1 parent 17f5d9e commit dd6db3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-templates-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
if: env.IS_ON_MASTER == 'true'
5858
working-directory: ${{ env.WORKING_DIRECTORY }}
5959
run: |
60-
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEMPLATES_NUGET_API_KEY }} --source ${{ secrets.TEMPLATES_NUGET_SOURCE_URL }}
60+
dotnet nuget push "nupkgs/*.nupkg" --api-key ${{ secrets.TEMPLATES_NUGET_API_KEY }} --source ${{ vars.TEMPLATES_NUGET_SOURCE_URL }}

0 commit comments

Comments
 (0)