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

Loading…
Cancel
Save