Skip to content

Commit 53146bb

Browse files
authored
Update Contentapi v9 publish.yml
1 parent 0d2a73e commit 53146bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Contentapi v9 publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: dotnet pack $packagesource -p:PackageVersion=${{steps.tag.outputs.tag}} --configuration Release
3434

3535
- name: Publish
36-
run: dotnet nuget push $packageloc -k $NUGET_TOKEN -s https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push $packageloc -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
3737
env:
38-
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}
38+
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}

0 commit comments

Comments
 (0)