Skip to content

Commit 3589580

Browse files
committed
ci(release.yml): fix missing key
1 parent a1f2d2c commit 3589580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Push
3232
shell: bash
3333
env:
34-
NUGET_KEY: ${{ secrets.NUGET }}
35-
run: nuget push ./*.nupkg -NonInteractive -src https://api.nuget.org/v3/index.json -ApiKey $NUGET_KEY
34+
NUGET_KEY: ${{ secrets.NUGET_KEY }}
35+
run: nuget push *.nupkg -NonInteractive -ApiKey $NUGET_KEY -src https://api.nuget.org/v3/index.json
3636
- name: Create release
3737
uses: softprops/action-gh-release@v1
3838
with:

0 commit comments

Comments
 (0)