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 3ca32d4 commit e4df7e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e4df7e3

Please sign in to comment.