Skip to content

Commit 3d90b41

Browse files
Update readme.md
1 parent 74f3d19 commit 3d90b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuget/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ dotnet run --configuration Debug BlingUtilsTest.csproj
8080

8181
After verifying the package works correctly localy, upload the nupkg to nuget.org.
8282

83-
To publish to GitHub (optional) use the following command:
83+
To publish to GitHub (optional) use the following command, it requires having API token, which can be regenerated via Account / Settings / DeveloperSettings / ... :
8484
```
85-
dotnet nuget push "bin/Release/BlingFire.x.y.z.nupkg" --source "github"
85+
dotnet nuget push "bin/Release/BlingFire.x.y.z.nupkg" --source "github" --api-key a123687fef23b8bfake0234820394802ffebc233
8686
```
8787

8888

0 commit comments

Comments
 (0)