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 14d7d4c commit 90cd648Copy full SHA for 90cd648
.github/workflows/publish.yml
@@ -13,6 +13,7 @@ jobs:
13
with:
14
node-version: "20.x"
15
registry-url: "https://registry.npmjs.org"
16
- - run: bin/publish --tag latest
+ - run: yarn
17
+ - run: yarn publish --tag latest
18
env:
19
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
bin/publish
@@ -1,6 +1,5 @@
1
#!/bin/sh
2
3
-yarn
4
yarn build
5
cp README.md packages/react-arborist/README.md
6
yarn workspace react-arborist npm publish $@
0 commit comments