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:
|
||||
push:
|
||||
|
||||
8
.github/workflows/version-bump.yml
vendored
8
.github/workflows/version-bump.yml
vendored
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user