We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d0dc8 commit 45c92e2Copy full SHA for 45c92e2
1 file changed
.github/workflows/build-release.yaml
@@ -39,13 +39,14 @@ jobs:
39
node-version: '24.x'
40
registry-url: 'https://registry.npmjs.org'
41
42
+ - name: Update NPM
43
+ run: npm install -g npm@latest
44
+
45
- name: Install dependencies
46
run: npm install
47
48
- name: Publish package
49
run: npm publish --provenance --access public
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
51
release-github:
52
runs-on: ubuntu-latest
0 commit comments