Skip to content

Commit

Permalink
try to specify registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Dec 12, 2024
1 parent 61e8dec commit 8eaedb8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: |
yarn install
yarn build
- run: yarn workspaces foreach -Avv --no-private npm publish --access public --tolerate-republish
- run: yarn workspaces foreach -Avv --no-private npm publish --access public
env:
YARN_NPM_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ supportedArchitectures:
- linux

yarnPath: .yarn/releases/yarn-4.5.1.cjs

npmPublishRegistry: https://registry.npmjs.org
npmScopes:
allure:
npmPublishRegistry: https://registry.npmjs.org

0 comments on commit 8eaedb8

Please sign in to comment.