Split applying choco API key before push
This commit is contained in:
parent
eae4e36cbe
commit
45852698d0
1 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,8 @@ deploy:
|
|||
- cd ./release-builds/choco
|
||||
- ls -R
|
||||
- choco pack
|
||||
- choco push --source https://push.chocolatey.org/ -k="$CHOCO_API_KEY"
|
||||
- choco apikey --key $CHOCO_API_KEY --source https://push.chocolatey.org/
|
||||
- choco push --source https://push.chocolatey.org/
|
||||
artifacts:
|
||||
paths:
|
||||
- release-builds/choco/*.nupkg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue