build: parameter for --api-key
instead
This commit is contained in:
parent
0e424fce33
commit
619d583446
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ deploy:
|
||||||
- dotnet restore
|
- dotnet restore
|
||||||
- dotnet build
|
- dotnet build
|
||||||
- dotnet pack -c Release
|
- dotnet pack -c Release
|
||||||
- dotnet nuget push "bin/*.nupkg" $NUGET_TOKEN --source "$NUGET_PUSH_URL"
|
- dotnet nuget push "bin/*.nupkg" --api-key $NUGET_TOKEN --source "$NUGET_PUSH_URL"
|
||||||
rules:
|
rules:
|
||||||
- if: '$FORCE_DEPLOY'
|
- if: '$FORCE_DEPLOY'
|
||||||
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\)/ && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\)/ && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
|
|
Reference in a new issue