Skip to content

Commit

Permalink
chore: Update publish_package workflow to use npmAuthToken instead of…
Browse files Browse the repository at this point in the history
… _authToken
  • Loading branch information
trungbach committed Nov 6, 2024
1 parent d3b9948 commit e97d018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build
run: yarn build
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:npmAuthToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc

- name: Publish Oraichain Common
id: publish-oraichain-common
Expand Down

0 comments on commit e97d018

Please sign in to comment.