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 e2005fe commit 855a515Copy full SHA for 855a515
.github/workflows/release.yaml
@@ -38,13 +38,14 @@ jobs:
38
node-version: '22'
39
registry-url: 'https://registry.npmjs.org'
40
41
+ - name: Install latest npm
42
+ run: npm install -g npm@latest
43
+
44
- name: Install dependencies
45
run: npm ci
46
47
- name: Build package
48
run: npm run build
49
50
- name: Publish to npm
- run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51
+ run: npm publish --provenance --access public
0 commit comments