1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-11-24 11:55:50 +01:00

fixing the snap upload problem (#657)

This commit is contained in:
Joseph Flinn 2021-01-22 11:50:04 -08:00 committed by GitHub
parent 2220c00702
commit 01c236c86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,9 +100,8 @@ jobs:
- name: Deploy to Snap Store
run: |
./scripts/snap-update.ps1 -version $env:PACKAGE_VERSION
snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
snapcraft logout
shell: pwsh
windows: