chore: empty change

This commit is contained in:
Mo
2022-06-14 17:18:57 -05:00
parent 541fb24907
commit 5530e95979
3 changed files with 2 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
name: Desktop Beta Release
name: Desktop Tags Matching Release
on:
push:

View File

@@ -32,14 +32,6 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Compile Components
run: yarn compile:components
- name: Commit Components
run: |
node packages/components/scripts/package-components.mjs
git add .
(git commit -m 'chore(release): components') || true
- name: Bump Prod Version
if: ${{ github.ref == 'refs/heads/main' }}
run: yarn release:prod

View File

@@ -3,6 +3,7 @@
"main": "./app/dist/index.js",
"version": "3.22.3-alpha.3",
"license": "AGPL-3.0-or-later",
"author": "Standard Notes",
"private": true,
"repository": {
"type": "git",