There was an error while loading. Please reload this page.
1 parent c2f19a9 commit b6a99f3Copy full SHA for b6a99f3
1 file changed
.github/workflows/release.yml
@@ -14,14 +14,13 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
17
+ - run: corepack enable
18
+
19
- uses: actions/setup-node@v6
20
with:
21
node-version: lts/*
22
registry-url: 'https://registry.npmjs.org'
23
- - name: Ensure npm supports trusted publishing
- run: npm install -g npm@latest
24
-
25
- uses: voidzero-dev/setup-vp@v1
26
27
cache: true
@@ -30,4 +29,4 @@ jobs:
30
29
- run: vp test
31
32
- name: Publish to npm with trusted publishing
33
- run: npm publish
+ run: pnpm publish --provenance --no-git-checks
0 commit comments