We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f98591 commit 7c82488Copy full SHA for 7c82488
1 file changed
.github/workflows/ci.yml
@@ -46,8 +46,11 @@ jobs:
46
- name: Build package
47
run: bun run build
48
49
+ - name: Validate package with publint
50
+ run: bunx publint
51
+
52
- name: Create .npmrc file
- run: echo "//registry.npmjs.org/:_authToken=\${{ secrets.NPM_TOKEN }}" > .npmrc
53
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
54
55
- name: Publish to npm
- run: npm publish
56
+ run: npm publish --access public
0 commit comments