mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 08:34:15 +01:00
fix: snap login command
This commit is contained in:
parent
3ca32d4199
commit
e4df7e3111
3
.github/workflows/release-snap.yml
vendored
3
.github/workflows/release-snap.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
|
||||
- name: Configure Snapcraft
|
||||
run: snapcraft login
|
||||
env: SNAPCRAFT_STORE_CREDENTIALS:${{ secrets.SNAPCRAFT_API_KEY }}
|
||||
env:
|
||||
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_API_KEY }}
|
||||
|
||||
- name: Publish to Snapcraft
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user