1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-16 01:21:48 +01:00

Fix Chocolately command (#5653)

This commit is contained in:
Vince Grassia 2023-06-22 09:57:15 -04:00 committed by GitHub
parent a2b290a31e
commit b9d6d6583e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -368,5 +368,5 @@ jobs:
- name: Push to Chocolatey - name: Push to Chocolatey
if: ${{ github.event.inputs.release_type != 'Dry Run' }} if: ${{ github.event.inputs.release_type != 'Dry Run' }}
shell: pwsh shell: pwsh
run: choco push run: choco push --source=https://push.chocolatey.org/
working-directory: apps/desktop/dist working-directory: apps/desktop/dist