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 99df81a commit b9f7af4Copy full SHA for b9f7af4
.github/workflows/push.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: npm install -g yarn lerna
28
- run: yarn
29
- run: yarn build
30
- - run: node /scripts/setVersion.js --next
+ - run: node scripts/setVersion.js --next
31
- run: lerna exec --scope @microsoft/* -- "npm publish --tag next"
32
env:
33
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments