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 a6135fe commit fa4e533Copy full SHA for fa4e533
.github/workflows/create-release.yml
@@ -20,10 +20,12 @@ jobs:
20
node-version: 18
21
registry-url: 'https://registry.npmjs.org'
22
cache: npm
23
+ - name: Install latest npm version
24
+ run: npm install -g npm@latest
25
- name: Install dependencies and build
26
run: npm ci
27
- name: Publish package
- run: npm exec npm@npm/cli#provenance -- publish --provenance
28
+ run: npm publish --provenance
29
env:
30
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31
0 commit comments