Skip to content

Commit d215534

Browse files
committed
ci: change registry before publishing
1 parent 76a58ae commit d215534

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ 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/
4446
- name: Release
4547
run: npx semantic-release
4648
env:

0 commit comments

Comments
 (0)