Fix ci for users
This commit is contained in:
parent
55e8857fef
commit
d70fb741f8
@ -88,7 +88,7 @@ steps:
|
||||
NUGETAPIKEY:
|
||||
from_secret: nuget_musk_api_key
|
||||
commands:
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/users/nuget/index.json
|
||||
- dotnet nuget add source --name musk https://gitea.musk.fun/api/packages/nocr/nuget/index.json
|
||||
- dotnet pack ./local-env/users/Nocr.Users.sln -o ./local-env/users/bin
|
||||
- dotnet nuget push ./local-env/users/bin/*Contract*.nupkg --api-key $NUGETAPIKEY --source musk --skip-duplicate
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user