diff --git a/.github/workflows/desktop.release.beta.yml b/.github/workflows/desktop.release.beta.yml index be50c0429..98c58641f 100644 --- a/.github/workflows/desktop.release.beta.yml +++ b/.github/workflows/desktop.release.beta.yml @@ -1,9 +1,9 @@ name: Desktop Beta Release on: - create: + push: tags: - - '**standardnotes/desktop+(*alpha*|*beta*)' + - '*standardnotes/desktop*' workflow_dispatch: jobs: diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 930b88250..f7eba8598 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -3,6 +3,7 @@ "main": "./app/dist/index.js", "version": "3.22.3-alpha.8", "license": "AGPL-3.0-or-later", + "author": "Standard Notes", "private": true, "repository": { "type": "git",