mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-22 06:31:18 +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
|
||||
|
||||
- name: Configure Snapcraft
|
||||
run: |
|
||||
echo ${{ secrets.SNAPCRAFT_API_KEY }} | snapcraft login --with -
|
||||
run: snapcraft login
|
||||
env: SNAPCRAFT_STORE_CREDENTIALS:${{ secrets.SNAPCRAFT_API_KEY }}
|
||||
|
||||
- name: Publish to Snapcraft
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user