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: on:
push: push:
tags: tags:
- '*standardnotes/desktop*' - '@standardnotes/desktop@(*alpha*)'
- '@standardnotes/desktop@(*beta*)'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

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

View File

@@ -3,7 +3,7 @@
"main": "./app/dist/index.js", "main": "./app/dist/index.js",
"version": "3.22.3-alpha.9", "version": "3.22.3-alpha.9",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"author": "Standard Notes", "author": "Standard Notes.",
"private": true, "private": true,
"repository": { "repository": {
"type": "git", "type": "git",