Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit cdc2835

Browse files
mpetrunicjdevcs
andauthored
fix canary auth (#6151)
Signed-off-by: Marin Petrunic <[email protected]> Co-authored-by: Junaid <[email protected]>
1 parent 55a4de1 commit cdc2835

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/canary_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: 16
1616
cache: yarn
17+
registry-url: 'https://registry.npmjs.org'
1718
- run: yarn install --frozen-lockfile
1819
- run: yarn build:web
1920
- run: yarn publish:canary

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"prepare": "husky install",
9393
"postinstall": "yarn build",
9494
"compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix",
95-
"publish:canary": "lerna publish --canary --dist-tag dev --graph-type all --force-publish \"*\" --no-verify-access --yes"
95+
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev --graph-type all --force-publish \"*\" --no-verify-access --yes"
9696
},
9797
"devDependencies": {
9898
"@cypress/webpack-preprocessor": "^5.12.0",

0 commit comments

Comments
 (0)