1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00: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

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: