Skip to content

Commit

Permalink
fix: typo in publish ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Feb 8, 2020
1 parent 9704dc5 commit 17f229e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SNAPCRAFT_LOGIN: ${{ SNAPCRAFT_LOGIN }}
SNAPCRAFT_LOGIN: ${{ secrets.SNAPCRAFT_LOGIN }}
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 17f229e

Please sign in to comment.