Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiAlonichau committed Mar 12, 2021
1 parent 74f3d19 commit 3d90b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nuget/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ dotnet run --configuration Debug BlingUtilsTest.csproj

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

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


Expand Down

0 comments on commit 3d90b41

Please sign in to comment.