mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 12:39:34 +01:00
fix: snap login command
This commit is contained in:
parent
1298df384d
commit
3ca32d4199
4
.github/workflows/release-snap.yml
vendored
4
.github/workflows/release-snap.yml
vendored
@ -35,8 +35,8 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Configure Snapcraft
|
- name: Configure Snapcraft
|
||||||
run: |
|
run: snapcraft login
|
||||||
echo ${{ secrets.SNAPCRAFT_API_KEY }} | snapcraft login --with -
|
env: SNAPCRAFT_STORE_CREDENTIALS:${{ secrets.SNAPCRAFT_API_KEY }}
|
||||||
|
|
||||||
- name: Publish to Snapcraft
|
- name: Publish to Snapcraft
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user