Skip to content

Commit 99df81a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm install -g yarn
2525
- run: yarn
2626
- run: yarn build
27-
- run: node .\scripts\setVersion.js --next
27+
- run: node scripts/setVersion.js --next
2828
- run: yarn run pack
2929
- name: Upload a Build Artifact - package
3030
uses: actions/upload-artifact@v2

.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)