chore: workflow syntax
This commit is contained in:
2
.github/workflows/desktop.release.beta.yml
vendored
2
.github/workflows/desktop.release.beta.yml
vendored
@@ -3,7 +3,7 @@ name: Desktop Beta Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/desktop@*'
|
||||
- '*standardnotes/desktop*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
9
.github/workflows/version-bump.yml
vendored
9
.github/workflows/version-bump.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/web.dev.yml
vendored
4
.github/workflows/web.dev.yml
vendored
@@ -7,8 +7,8 @@ concurrency:
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- '@standardnotes/web@*'
|
||||
- '@standardnotes/web-server@*'
|
||||
- '*standardnotes/web*'
|
||||
- '*standardnotes/web-server*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user