Skip to content

Commit c08d304

Browse files
committed
Use npm to publish
Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
1 parent efd67e1 commit c08d304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
uses: actions/setup-node@v4
5757
with:
5858
node-version: "22"
59+
registry-url: "https://registry.npmjs.org"
60+
always-auth: true
5961

6062
- name: Publish package to npm via npm
6163
run: npm publish --access public
6264
env:
6365
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
64-
registry-url: "https://registry.npmjs.org"
65-
always-auth: true
6666

6767
- name: Publish Release on GitHub
6868
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)