Skip to content

Commit 91e26e0

Browse files
committed
ci: tweak both npm/yarn registry configs
1 parent d215534 commit 91e26e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
- name: Build
4343
run: yarn build
44-
- name: Config
45-
run: yarn config set @aurora-is-near:registry https://registry.npmjs.org/
44+
- name: Configure registry for publish
45+
run: |
46+
yarn config set @aurora-is-near:registry https://registry.npmjs.org/
47+
npm config set @aurora-is-near:registry https://registry.npmjs.org/
4648
- name: Release
4749
run: npx semantic-release
4850
env:

0 commit comments

Comments
 (0)