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
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/desktop+(*alpha*|*beta*)'
|
||||
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
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/desktop!(*alpha*|*beta*)'
|
||||
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
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/mobile+(*alpha*|*beta*)'
|
||||
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
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/mobile!(*alpha*|*beta*)'
|
||||
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:
|
||||
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:
|
||||
group: dev_environment
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/web-server+(*alpha*|*beta*)'
|
||||
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:
|
||||
group: prod_environment
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
create:
|
||||
tags:
|
||||
- '**standardnotes/web-server!(*alpha*|*beta*)'
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user