There was an error while loading. Please reload this page.
1 parent e26b1c1 commit e42ba2aCopy full SHA for e42ba2a
1 file changed
.github/workflows/nuget-publish.yml
@@ -20,8 +20,8 @@ jobs:
20
with:
21
dotnet-version: '10.x'
22
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ env:
+ NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Pack
27
run: dotnet pack --configuration Release -o nupkgs
0 commit comments