Skip to content

Commit b9f7af4

Browse files
committed
Fixed workflow script
1 parent 99df81a commit b9f7af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm install -g yarn lerna
2828
- run: yarn
2929
- run: yarn build
30-
- run: node /scripts/setVersion.js --next
30+
- run: node scripts/setVersion.js --next
3131
- run: lerna exec --scope @microsoft/* -- "npm publish --tag next"
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)