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.
2 parents b4d1867 + 3c3f1aa commit ac4f081Copy full SHA for ac4f081
.github/workflows/publish.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
node-version: 22
17
registry-url: https://registry.npmjs.org/
18
+ - run: corepack enable
19
- run: yarn install
20
- run: npm publish --access public
21
env:
0 commit comments