Skip to content

Commit efd67e1

Browse files
committed
Use npm to publish
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 9528981 commit efd67e1

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
@@ -61,6 +61,8 @@ jobs:
6161
run: npm publish --access public
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
64+
registry-url: "https://registry.npmjs.org"
65+
always-auth: true
6466

6567
- name: Publish Release on GitHub
6668
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)