Browse Source

Add default push location for Chocolatey (#5805)

pull/5819/head
Vince Grassia 2 years ago committed by GitHub
parent
commit
312ee54434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/release-cli.yml

2
.github/workflows/release-cli.yml

@ -243,7 +243,7 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
cd dist cd dist
choco push choco push --source=https://push.chocolatey.org/
npm: npm:
name: Publish NPM name: Publish NPM

Loading…
Cancel
Save