1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

Fix Release CLI workflow (#6130)

This commit is contained in:
Vince Grassia
2023-08-28 16:12:40 -04:00
committed by GitHub
parent b5c4149bc8
commit 3cc0e5f59a

View File

@@ -182,6 +182,8 @@ jobs:
- name: Publish Snap & logout
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ steps.retrieve-secrets.outputs.snapcraft-store-token }}
run: |
snapcraft push bw_${{ env._PKG_VERSION }}_amd64.snap --release stable
snapcraft logout