Skip to content

Commit e42ba2a

Browse files
committed
💚 Fix package publishing config
1 parent e26b1c1 commit e42ba2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
dotnet-version: '10.x'
2222
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
23-
env:
24-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
env:
24+
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2525

2626
- name: Pack
2727
run: dotnet pack --configuration Release -o nupkgs

0 commit comments

Comments
 (0)