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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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