Skip to content

Commit 831ad64

Browse files
committed
Publishing to NuGet
1 parent 0d390e5 commit 831ad64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
NUGET_API_KEY: ${{ secrets.MYGET_API_KEY }}
5858
run: ./Push.ps1
5959
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
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
6666
- name: Artifacts
6767
uses: actions/upload-artifact@v4
6868
with:

0 commit comments

Comments
 (0)