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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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