diff --git a/.github/workflows/desktop.release.beta.yml b/.github/workflows/desktop.release.beta.yml index 98c58641f..5b3479881 100644 --- a/.github/workflows/desktop.release.beta.yml +++ b/.github/workflows/desktop.release.beta.yml @@ -3,7 +3,8 @@ name: Desktop Beta Release on: push: tags: - - '*standardnotes/desktop*' + - '@standardnotes/desktop@(*alpha*)' + - '@standardnotes/desktop@(*beta*)' workflow_dispatch: jobs: diff --git a/.github/workflows/desktop.release.prod.yml b/.github/workflows/desktop.release.prod.yml index 814b7c6ec..4d863c859 100644 --- a/.github/workflows/desktop.release.prod.yml +++ b/.github/workflows/desktop.release.prod.yml @@ -3,7 +3,8 @@ name: Desktop Prod Release on: create: tags: - - '**standardnotes/desktop!(*alpha*|*beta*)' + - '@standardnotes/desktop@!(*alpha*)' + - '@standardnotes/desktop@!(*beta*)' workflow_dispatch: jobs: diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 325e132da..428d590f3 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -3,7 +3,7 @@ "main": "./app/dist/index.js", "version": "3.22.3-alpha.9", "license": "AGPL-3.0-or-later", - "author": "Standard Notes", + "author": "Standard Notes.", "private": true, "repository": { "type": "git",