Skip to content

Commit

Permalink
fix canary auth (#6151)
Browse files Browse the repository at this point in the history
Signed-off-by: Marin Petrunic <marin.petrunic@gmail.com>
Co-authored-by: Junaid <86780488+jdevcs@users.noreply.github.com>
  • Loading branch information
mpetrunic and jdevcs committed Jun 5, 2023
1 parent 55a4de1 commit cdc2835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/canary_release.yml
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: 16
cache: yarn
registry-url: 'https://registry.npmjs.org'
- run: yarn install --frozen-lockfile
- run: yarn build:web
- run: yarn publish:canary
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -92,7 +92,7 @@
"prepare": "husky install",
"postinstall": "yarn build",
"compile:contracts": "node ./scripts/compile_contracts.js && yarn format && yarn lint:fix",
"publish:canary": "lerna publish --canary --dist-tag dev --graph-type all --force-publish \"*\" --no-verify-access --yes"
"publish:canary": "lerna publish --canary --dist-tag dev --preid dev --graph-type all --force-publish \"*\" --no-verify-access --yes"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.12.0",
Expand Down

1 comment on commit cdc2835

@scalfalphonso
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give it a try

Please sign in to comment.