We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d215534 commit 91e26e0Copy full SHA for 91e26e0
.github/workflows/release.yml
@@ -41,8 +41,10 @@ jobs:
41
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
- name: Build
43
run: yarn build
44
- - name: Config
45
- run: yarn config set @aurora-is-near:registry https://registry.npmjs.org/
+ - name: Configure registry for publish
+ 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/
48
- name: Release
49
run: npx semantic-release
50
env:
0 commit comments