Skip to content

Commit 8ada103

Browse files
committed
👷 try fixing canary build action
1 parent f6fda6e commit 8ada103

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/canary-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141

4242
- name: Publish Canary release
4343
run: |
44-
yarn build
4544
yarn canary
4645
env:
4746
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030

3131
- name: Publish release
3232
run: |
33-
yarn build
3433
yarn lerna publish from-package --yes --no-verify-access
3534
env:
3635
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build:website:fast": "yarn workspace website build:fast",
1616
"canary": "yarn canary:bumpVersion && yarn canary:publish",
1717
"canary:version": "echo 0.0.0-`git rev-list --count HEAD`+`git rev-parse --short HEAD`",
18-
"canary:bumpVersion": "yarn lerna version `yarn --silent canary:version` --exact --no-push --yes",
19-
"canary:publish": "yarn lerna publish from-package --dist-tag canary --yes --no-verify-access",
18+
"canary:bumpVersion": "yarn lerna version `yarn --silent canary:version` --force-publish --exact --no-push --yes",
19+
"canary:publish": "yarn lerna publish from-package --dist-tag canary --yes",
2020
"clear": "(yarn workspace website clear || echo 'Failure while running docusaurus clear') && lerna exec --ignore docusaurus -- yarn rimraf lib",
2121
"clear:website": "yarn workspace website clear",
2222
"crowdin:download:website": "crowdin download --config ./crowdin-v2.yaml",

0 commit comments

Comments
 (0)