chore: workflow
This commit is contained in:
3
.github/workflows/desktop.release.beta.yml
vendored
3
.github/workflows/desktop.release.beta.yml
vendored
@@ -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:
|
||||||
|
|||||||
3
.github/workflows/desktop.release.prod.yml
vendored
3
.github/workflows/desktop.release.prod.yml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user