We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f1e3b commit f81610dCopy full SHA for f81610d
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,9 @@ jobs:
27
node-version: 22
28
registry-url: https://registry.npmjs.org
29
30
+ - name: Update npm
31
+ run: npm install -g npm@latest
32
+
33
- name: Install dependencies
34
run: bun install
35
@@ -35,5 +38,3 @@ jobs:
38
36
39
- name: Publish npm package
37
40
run: npm publish --access public --provenance
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments