Skip to content

Commit a9b452a

Browse files
authored
Update publish_to_NuGet.yml (#28)
Remove legacy publish token
1 parent d15fd53 commit a9b452a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish_to_NuGet.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ jobs:
1414
- run: dotnet restore
1515
- run: dotnet build --configuration Release --no-restore --warnaserror
1616
- run: dotnet pack --configuration Release -o out/Release -p:PackageVersion=${GITHUB_REF/refs\/tags\/v/''}
17-
- run: dotnet nuget push out/Release/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json -k ${NUGET_AUTH_TOKEN}
18-
env:
19-
NUGET_AUTH_TOKEN: ${{secrets.NUGET_AUTH_TOKEN}}
17+
- run: dotnet nuget push out/Release/*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)