There was an error while loading. Please reload this page.
1 parent 834817d commit 554d46dCopy full SHA for 554d46d
2 files changed
.github/workflows/publish-alpha.yml
@@ -37,6 +37,7 @@ jobs:
37
38
- run: pnpm install --frozen-lockfile
39
- run: pnpm build
40
+ - run: npm install -g npm@latest
41
42
- name: Publish to npm
43
run: npm publish --tag alpha --access public --provenance
.github/workflows/publish.yml
env:
0 commit comments