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 06eb5c1 commit 10692dbCopy full SHA for 10692db
.github/workflows/azure-site-extension.yml
@@ -107,4 +107,4 @@ jobs:
107
- name: Publish site extension
108
working-directory: cloud-tooling/azure-site-extension
109
run: |
110
- dotnet nuget push "${{ env.PACKAGE_FILENAME }}.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ secrets.NUGET_SOURCE }}
+ dotnet nuget push "${{ env.PACKAGE_FILENAME }}.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source ${{ vars.NUGET_SOURCE }}
0 commit comments