Skip to content

Commit

Permalink
Adding in missing creds
Browse files Browse the repository at this point in the history
  • Loading branch information
NickGeek committed Sep 18, 2022
1 parent 68690da commit 0ef8406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
- name: Package & Publish (if draft release exists)
run: yarn dist
- name: Publish to Snap Store
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
run: |
sudo snap install snapcraft --classic
snapcraft push "dist/micropad_$(npm pkg get version | sed 's/"//g')_amd64.snap" --release candidate
Expand Down

0 comments on commit 0ef8406

Please sign in to comment.