From 365f2179f9f8a686d530d5ced368591406657533 Mon Sep 17 00:00:00 2001 From: Mo Date: Tue, 14 Jun 2022 17:24:24 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/desktop.tags-proto.yml | 2 +- packages/desktop/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,