We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec8284 + f33c46f commit 35ed37dCopy full SHA for 35ed37d
.github/workflows/v1-lerna-publish-minor.yml
@@ -33,6 +33,6 @@ jobs:
33
run: |
34
cd v1
35
yarn
36
- lerna publish minor --force-publish=chain-registry --no-verify-access --yes
+ lerna publish minor --force-publish=chain-registry --no-verify-access --yes --dist-tag legacy
37
env:
38
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}
.github/workflows/v1-lerna-publish.yaml
@@ -33,7 +33,7 @@ jobs:
pushd v1
- lerna publish --force-publish=chain-registry --no-verify-access --yes
+ lerna publish --force-publish=chain-registry --no-verify-access --yes --dist-tag legacy
popd
39
0 commit comments