chore: workflow

This commit is contained in:
Mo
2022-06-14 17:49:38 -05:00
parent d5b849a690
commit 1706965025
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,8 @@ name: Desktop Beta Release
on:
push:
tags:
- '*standardnotes/desktop*'
- '@standardnotes/desktop@(*alpha*)'
- '@standardnotes/desktop@(*beta*)'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,8 @@ name: Desktop Prod Release
on:
create:
tags:
- '**standardnotes/desktop!(*alpha*|*beta*)'
- '@standardnotes/desktop@!(*alpha*)'
- '@standardnotes/desktop@!(*beta*)'
workflow_dispatch:
jobs:

View File

@@ -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",