Skip to content

Commit

Permalink
chore: Update NPM registry configuration for package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
trungbach committed Nov 6, 2024
1 parent cd68706 commit d3b9948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:npmAuthToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Config registry
run: yarn config set registry https://registry.npmjs.org/
- name: Publish Oraichain Common
id: publish-oraichain-common
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nodeLinker: node-modules
npmAuthToken: ${{ secrets.NPM_TOKEN }}
npmRegistryServer: "https://registry.npmjs.org"

0 comments on commit d3b9948

Please sign in to comment.