Skip to content

Commit ca9b18c

Browse files
authored
Fix CI publish script (#117)
1 parent 1767d7a commit ca9b18c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
dotnet-version: '5.0.x'
3434
source-url: https://api.nuget.org/v3/index.json
3535
env:
36-
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
36+
NUGET_AUTH_TOKEN: ${{secrets.RELAY_NUGET_TOKEN}}
3737
- name: Install dependencies
3838
run: dotnet restore
3939
- name: Build solution [Release]
@@ -47,7 +47,7 @@ jobs:
4747
path: |
4848
out/*
4949
- name: Publish Nuget packages to Nuget registry
50-
run: dotnet nuget push "out/*" -k ${{secrets.NUGET_AUTH_TOKEN}}
50+
run: dotnet nuget push "out/*" -k ${{secrets.RELAY_NUGET_TOKEN}}
5151
- name: Upload Nuget packages as release artifacts
5252
uses: actions/github-script@v2
5353
with:

0 commit comments

Comments
 (0)