chore: empty change
This commit is contained in:
2
.github/workflows/desktop.tags-proto.yml
vendored
2
.github/workflows/desktop.tags-proto.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Desktop Beta Release
|
name: Desktop Tags Matching Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
8
.github/workflows/version-bump.yml
vendored
8
.github/workflows/version-bump.yml
vendored
@@ -32,14 +32,6 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
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
|
- name: Bump Prod Version
|
||||||
if: ${{ github.ref == 'refs/heads/main' }}
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
run: yarn release:prod
|
run: yarn release:prod
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
"main": "./app/dist/index.js",
|
"main": "./app/dist/index.js",
|
||||||
"version": "3.22.3-alpha.3",
|
"version": "3.22.3-alpha.3",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
|
"author": "Standard Notes",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user