Skip to content

Commit 62fc1c1

Browse files
committed
Third attempt
1 parent 96ed34d commit 62fc1c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
with:
1212
dotnet-version: 6.0.x
1313
- run: dotnet pack
14-
- run: dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' -s 'https://api.nuget.org/v3/index.json' -k '${{ secrets.NUGET_APIKEY }}' --skip-duplicate
14+
- run: dotnet nuget push 'ScipDotnet/bin/Debug/*.nupkg' -s 'https://api.nuget.org/v3/index.json' --api-key '$NUGET_APIKEY' --skip-duplicate
15+
env:
16+
NUGET_APIKEY: ${{ secrets.NUGET_APIKEY }}
1517

1618

0 commit comments

Comments
 (0)