diff --git a/.github/workflows/desktop.publish.yml b/.github/workflows/desktop.publish.yml index c29239329..c753cc4ba 100644 --- a/.github/workflows/desktop.publish.yml +++ b/.github/workflows/desktop.publish.yml @@ -110,3 +110,8 @@ jobs: # macOS notarization API key API_KEY_ID: ${{ secrets.api_key_id }} API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }} + + - name: Publish on Snapcraft + if: startsWith(matrix.os, 'ubuntu') + run: snapcraft upload --release=stable ./dist/notesnook_linux_amd64.snap + working-directory: ./apps/web/desktop diff --git a/apps/web/desktop/package.json b/apps/web/desktop/package.json index eb488eeb8..4e5e8ef78 100644 --- a/apps/web/desktop/package.json +++ b/apps/web/desktop/package.json @@ -152,12 +152,6 @@ "provider": "github", "repo": "notesnook", "owner": "streetwriters" - }, - { - "provider": "snapStore", - "repo": "notesnook", - "channels": "stable", - "publishAutoUpdate": false } ] }