Skip to content

Commit 0d2a73e

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Contentapi v9 publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +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 ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
36+
run: dotnet nuget push $packageloc -k $NUGET_TOKEN -s https://api.nuget.org/v3/index.json
37+
env:
38+
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}

0 commit comments

Comments
 (0)