Skip to content

Commit 35ed37d

Browse files
authored
Merge pull request #186 from hyperweb-io/dist-tag
disttag
2 parents 8ec8284 + f33c46f commit 35ed37d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/v1-lerna-publish-minor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
run: |
3434
cd v1
3535
yarn
36-
lerna publish minor --force-publish=chain-registry --no-verify-access --yes
36+
lerna publish minor --force-publish=chain-registry --no-verify-access --yes --dist-tag legacy
3737
env:
3838
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}

.github/workflows/v1-lerna-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
pushd v1
3535
yarn
36-
lerna publish --force-publish=chain-registry --no-verify-access --yes
36+
lerna publish --force-publish=chain-registry --no-verify-access --yes --dist-tag legacy
3737
popd
3838
env:
3939
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}

0 commit comments

Comments
 (0)