We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368233f commit c69565bCopy full SHA for c69565b
1 file changed
.github/workflows/release.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Pack
103
if: ${{ steps.gitversion.outputs.branchName == 'master' || steps.gitversion.outputs.branchName == 'main' }}
104
run: dotnet pack ./src/AzureMapsControl.Components/AzureMapsControl.Components.csproj -p:Version='${{ steps.gitversion.outputs.majorMinorPatch }}"' -c Release --no-build
105
- # - name: Publish
106
- # env :
107
- # NUGETAPIKEY: ${{secrets.NUGETAPIKEY}}
108
- # run: dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY --skip-duplicate
+ - name: Publish
+ env:
+ NUGETAPIKEY: ${{secrets.NUGETAPIKEY}}
+ run: dotnet nuget push "**/AzureMapsControl.Components*.nupkg" -s https://api.nuget.org/v3/index.json -k $NUGETAPIKEY --skip-duplicate
0 commit comments