chore: workflow syntax

This commit is contained in:
Mo
2022-06-14 12:06:53 -05:00
parent d7ad799cea
commit 48412abf20
4 changed files with 4 additions and 13 deletions

View File

@@ -3,7 +3,7 @@ name: Desktop Beta Release
on:
push:
tags:
- '@standardnotes/desktop@*'
- '*standardnotes/desktop*'
workflow_dispatch:
jobs:

View File

@@ -29,15 +29,6 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install dependencies
run: yarn install
- name: ESLint
run: yarn lint
- name: Build
run: yarn build
- name: Test
run: yarn test
- name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }}
run: yarn release:prod

View File

@@ -7,8 +7,8 @@ concurrency:
on:
push:
tags:
- '@standardnotes/web@*'
- '@standardnotes/web-server@*'
- '*standardnotes/web*'
- '*standardnotes/web-server*'
workflow_dispatch:
jobs:

View File

@@ -3,7 +3,7 @@
"version": "3.22.3-alpha.1",
"license": "AGPL-3.0-or-later",
"main": "dist/app.js",
"author": "Standard Notes",
"author": "Standard Notes <>",
"private": true,
"files": [
"dist"