Skip to content

Commit f779746

Browse files
committed
Minor cleanup in release.yml
Removed unnecessary env parameter in nuget publish step.
1 parent 5787666 commit f779746

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
shell: pwsh
7676

7777
- name: Publish to nuget.org
78-
env:
79-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
8078
run: |
8179
nuget push artifacts\*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
8280
shell: pwsh

0 commit comments

Comments
 (0)