We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420a802 commit b363848Copy full SHA for b363848
.github/workflows/publish.yml
@@ -31,7 +31,8 @@ jobs:
31
- name: Build
32
run: bun run build
33
34
+ - name: Configure npm authentication
35
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc
36
+
37
- name: Publish
38
run: bun publish --ignore-scripts --registry https://npm.pkg.github.com
- env:
- NPM_CONFIG_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments