We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6787a48 commit 4dc90feCopy full SHA for 4dc90fe
1 file changed
.github/workflows/publish.yml
@@ -24,6 +24,9 @@ jobs:
24
cache: 'pnpm'
25
registry-url: "https://registry.npmjs.org"
26
27
+ - name: Update npm
28
+ run: npm install -g npm@latest
29
+
30
- name: Install dependencies
31
run: pnpm install
32
@@ -33,5 +36,4 @@ jobs:
33
36
- name: Publish packages
34
37
run: pnpm -r publish --no-git-checks --access public
35
38
env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
39
NPM_CONFIG_PROVENANCE: true
0 commit comments