diff --git a/.github/workflows/desktop.tags-proto.yml b/.github/workflows/desktop.tags-proto.yml index a76b4b481..8b7e76f7b 100644 --- a/.github/workflows/desktop.tags-proto.yml +++ b/.github/workflows/desktop.tags-proto.yml @@ -1,7 +1,7 @@ name: Desktop Tags Matching Release on: - push: + create: tags: - '*' workflow_dispatch: diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 068366642..d1024bbdb 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,7 +1,7 @@ { "name": "@standardnotes/desktop", "main": "./app/dist/index.js", - "version": "3.22.3-alpha.3", + "version": "3.22.3-alpha.6", "license": "AGPL-3.0-or-later", "author": "Standard Notes", "private": true,