chore: workflow

This commit is contained in:
Mo
2022-06-14 17:29:01 -05:00
parent d047a51ae3
commit ad601005b9
9 changed files with 9 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
name: Desktop Beta Release name: Desktop Beta Release
on: on:
push: create:
tags: tags:
- '**standardnotes/desktop+(*alpha*|*beta*)' - '**standardnotes/desktop+(*alpha*|*beta*)'
workflow_dispatch: workflow_dispatch:

View File

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

View File

@@ -1,14 +0,0 @@
name: Desktop Tags Matching Release
on:
create:
tags:
- '*'
workflow_dispatch:
jobs:
Build:
uses: standardnotes/app/.github/workflows/desktop.release.reuse.yml@develop
secrets: inherit
with:
channel: beta

View File

@@ -1,7 +1,7 @@
name: Mobile Build Development name: Mobile Build Development
on: on:
push: create:
tags: tags:
- '**standardnotes/mobile+(*alpha*|*beta*)' - '**standardnotes/mobile+(*alpha*|*beta*)'
workflow_dispatch: workflow_dispatch:

View File

@@ -1,7 +1,7 @@
name: Mobile Build Production name: Mobile Build Production
on: on:
push: create:
tags: tags:
- '**standardnotes/mobile!(*alpha*|*beta*)' - '**standardnotes/mobile!(*alpha*|*beta*)'
workflow_dispatch: workflow_dispatch:

View File

@@ -1,4 +1,4 @@
name: Web Beta name: Web Server Beta
on: on:
push: push:

View File

@@ -1,11 +1,11 @@
name: Web Dev name: Web Server Dev
concurrency: concurrency:
group: dev_environment group: dev_environment
cancel-in-progress: true cancel-in-progress: true
on: on:
push: create:
tags: tags:
- '**standardnotes/web-server+(*alpha*|*beta*)' - '**standardnotes/web-server+(*alpha*|*beta*)'
workflow_dispatch: workflow_dispatch:

View File

@@ -1,11 +1,11 @@
name: Web Prod name: Web Server Prod
concurrency: concurrency:
group: prod_environment group: prod_environment
cancel-in-progress: true cancel-in-progress: true
on: on:
push: create:
tags: tags:
- '**standardnotes/web-server!(*alpha*|*beta*)' - '**standardnotes/web-server!(*alpha*|*beta*)'

View File

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