Skip to content

Commit

Permalink
fix: snap login command
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Oct 12, 2023
1 parent 1298df3 commit 3ca32d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3ca32d4

Please sign in to comment.