removing more testing code

This commit is contained in:
Joseph Flinn 2021-01-25 00:20:34 +00:00
parent 2a408b4b22
commit 67a300dc1f
1 changed files with 0 additions and 4 deletions

View File

@ -85,11 +85,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: List dist
run: ls -alth dist
- name: Deploy to Snap Store
shell: pwsh
run: |
snapcraft upload dist/bitwarden_${{ env.PACKAGE_VERSION }}_amd64.snap --release stable
snapcraft logout