chore: workflow
This commit is contained in:
2
.github/workflows/desktop.release.beta.yml
vendored
2
.github/workflows/desktop.release.beta.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/desktop.release.prod.yml
vendored
2
.github/workflows/desktop.release.prod.yml
vendored
@@ -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:
|
||||||
|
|||||||
14
.github/workflows/desktop.tags-proto.yml
vendored
14
.github/workflows/desktop.tags-proto.yml
vendored
@@ -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
|
|
||||||
2
.github/workflows/mobile.release.dev.yml
vendored
2
.github/workflows/mobile.release.dev.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/mobile.release.prod.yml
vendored
2
.github/workflows/mobile.release.prod.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/web.release.beta.yml
vendored
2
.github/workflows/web.release.beta.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Web Beta
|
name: Web Server Beta
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
4
.github/workflows/web.release.dev.yml
vendored
4
.github/workflows/web.release.dev.yml
vendored
@@ -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:
|
||||||
|
|||||||
4
.github/workflows/web.release.prod.yml
vendored
4
.github/workflows/web.release.prod.yml
vendored
@@ -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*)'
|
||||||
|
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user