We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada504c commit a1b45f9Copy full SHA for a1b45f9
1 file changed
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
if: needs.create-release.outputs.release_created == 'true'
107
env:
108
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
109
- run: npm publish --access public
+ run: npm publish --access public --ignore-scripts
110
111
publish-jsr:
112
name: Publish JSR
@@ -129,9 +129,6 @@ jobs:
129
uses: actions/setup-node@v4
130
with:
131
node-version: 24
132
- - name: Install dependencies
133
- if: needs.create-release.outputs.release_created == 'true'
134
- run: npm install
135
- name: Publish to JSR
136
137
run: npx jsr publish
0 commit comments