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: on:
push: push:
tags: tags:
- '@standardnotes/desktop@*' - '*standardnotes/desktop*'
workflow_dispatch: workflow_dispatch:
jobs: jobs:

View File

@@ -29,15 +29,6 @@ jobs:
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@v1 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 - name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
run: yarn release:prod run: yarn release:prod

View File

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

View File

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