Add default push location for Chocolatey (#5805)
This commit is contained in:
parent
afb6c86c2e
commit
312ee54434
|
@ -243,7 +243,7 @@ jobs:
|
|||
shell: pwsh
|
||||
run: |
|
||||
cd dist
|
||||
choco push
|
||||
choco push --source=https://push.chocolatey.org/
|
||||
|
||||
npm:
|
||||
name: Publish NPM
|
||||
|
|
Loading…
Reference in New Issue