1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

removing more testing code

This commit is contained in:
Joseph Flinn 2021-01-25 00:20:34 +00:00
parent 2a408b4b22
commit 67a300dc1f

View File

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