We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c11379 commit 9c3d0d1Copy full SHA for 9c3d0d1
1 file changed
.github/workflows/publish.yml
@@ -38,8 +38,8 @@ jobs:
38
39
- name: Publish to NPM
40
run: |
41
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > dist/.npmrc
42
- cd dist && bun publish --access public
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
+ bun publish --access public
43
env:
44
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
45
0 commit comments