From 4a1636e6b55992afc18df778b397c73604ca6c58 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 17:41:50 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/desktop.release.beta.yml | 4 ++-- packages/desktop/package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) 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",