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
1 changed files with 1 additions and 2 deletions

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: