From 7ef0db545ce4f76e78c509d426442f40d1dca29d Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 24 Nov 2022 06:17:27 -0600 Subject: [PATCH] chore(ci): trigger desktop and mobile builds on web tag --- .github/workflows/desktop.release.prod.yml | 2 +- .github/workflows/mobile.release.prod.yml | 2 +- .github/workflows/mobile.release.test.yml | 2 +- packages/web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/desktop.release.prod.yml b/.github/workflows/desktop.release.prod.yml index 38d05690c..b35a23069 100644 --- a/.github/workflows/desktop.release.prod.yml +++ b/.github/workflows/desktop.release.prod.yml @@ -3,7 +3,7 @@ name: Desktop Release on: push: tags: - - '*standardnotes/*desktop*' + - '*standardnotes/*web*' - '!*standardnotes/*inner-desktop*' workflow_dispatch: diff --git a/.github/workflows/mobile.release.prod.yml b/.github/workflows/mobile.release.prod.yml index 1ff8751f3..8b202e953 100644 --- a/.github/workflows/mobile.release.prod.yml +++ b/.github/workflows/mobile.release.prod.yml @@ -3,7 +3,7 @@ name: Mobile Release Production on: push: tags: - - '*standardnotes/mobile*' + - '*standardnotes/web*' workflow_dispatch: jobs: diff --git a/.github/workflows/mobile.release.test.yml b/.github/workflows/mobile.release.test.yml index d88c6e8bf..6756cbf07 100644 --- a/.github/workflows/mobile.release.test.yml +++ b/.github/workflows/mobile.release.test.yml @@ -3,7 +3,7 @@ name: Mobile TestFlight on: push: tags: - - '*standardnotes/mobile*' + - '*standardnotes/web*' workflow_dispatch: jobs: diff --git a/packages/web/package.json b/packages/web/package.json index cc147dfe9..fdda1a275 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -3,7 +3,7 @@ "version": "3.108.0", "license": "AGPL-3.0-or-later", "main": "dist/app.js", - "author": "Standard Notes.", + "author": "Standard Notes", "private": true, "files": [ "dist"