Skip to content

Commit

Permalink
Support publish to snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jul 10, 2022
1 parent 2f506f4 commit 669cac6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
run: yarn build:linux --publish always
run: yarn build:linux --publish always

- name: publish
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_EXPORT }}
with:
snap: "${{ github.workspace }}/dist/Raindrop-amd64.snap"
release: stable

0 comments on commit 669cac6

Please sign in to comment.