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 0d390e5 commit 831ad64Copy full SHA for 831ad64
.github/workflows/release.yml
@@ -57,12 +57,12 @@ jobs:
57
NUGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
58
run: ./Push.ps1
59
shell: pwsh
60
-# - name: Push to NuGet
61
-# env:
62
-# NUGET_URL: https://api.nuget.org/v3/index.json
63
-# NUGET_API_KEY: ${{ secrets.AUTOMAPPER_NUGET_API_KEY }}
64
-# run: ./Push.ps1
65
-# shell: pwsh
+ - name: Push to NuGet
+ env:
+ NUGET_URL: https://api.nuget.org/v3/index.json
+ NUGET_API_KEY: ${{ secrets.AUTOMAPPER_NUGET_API_KEY }}
+ run: ./Push.ps1
+ shell: pwsh
66
- name: Artifacts
67
uses: actions/upload-artifact@v4
68
with:
0 commit comments