Skip to content

Commit

Permalink
fix: fix publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer951123 committed Jul 16, 2024
1 parent 68fd4e8 commit 6f8cac8
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -51,7 +51,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Publish @acala-network/sdk-payment
run: yarn workspace @acala-network/chopsticks-testing npm publish --tolerate-republish --access public ${{ env.NPM_TAG }}
run: yarn workspace @acala-network/sdk-payment npm publish --tolerate-republish --access public ${{ env.NPM_TAG }}
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
6 changes: 6 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ enableProgressBars: true

nodeLinker: node-modules

npmPublishAccess: public

npmPublishRegistry: "https://registry.npmjs.org/"

npmRegistryServer: "https://registry.npmjs.org/"

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

0 comments on commit 6f8cac8

Please sign in to comment.