Update release.yml

This commit is contained in:
Sairaj Jawalikar
2025-06-20 00:05:40 +05:30
committed by GitHub
parent 78aea896a2
commit 6b05a9a2c4
+4 -1
View File
@@ -25,7 +25,10 @@ jobs:
- name: Run tests - name: Run tests
run: npm test run: npm test
- name: Version patch
run: npm version patch
- name: Publish to npm - name: Publish to npm
run: npm publish run: npm publish --access public
env: env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}