Skip to content

Commit 79ea307

Browse files
committed
chore: update to release build.
1 parent 2f93022 commit 79ea307

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/promote.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
1919
#fi
2020

2121
# publish to npm
22-
yarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
22+
#cyarn run lerna publish --conventional-commits --conventional-graduate --no-private --dist-tag=latest --yes
2323

2424
# immediately after promote - set up repo for next prerelease
2525
# yarn run lerna version preminor --force-publish --conventional-commits --no-private --yes --preid prerelease
2626

2727
# dry run
28-
# yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
28+
yarn run lerna version --conventional-commits --conventional-graduate --no-private --yes --no-git-tag-version --no-push
2929

3030

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Release
22
on:
33
push:
44
branches:
5-
- main
5+
- 6.4.x
66
concurrency:
77
group: ${{ github.workflow }}-${{ github.ref }}
88
cancel-in-progress: true
99
jobs:
1010
ci:
1111
name: CI
12-
uses: ./.github/workflows/main.yml
12+
uses: ./.github/workflows/6.4.x.yml
1313

1414
docs:
1515
name: Documentation

0 commit comments

Comments
 (0)