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 b5e0358 commit 99df81aCopy full SHA for 99df81a
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm install -g yarn
25
- run: yarn
26
- run: yarn build
27
- - run: node .\scripts\setVersion.js --next
+ - run: node scripts/setVersion.js --next
28
- run: yarn run pack
29
- name: Upload a Build Artifact - package
30
uses: actions/upload-artifact@v2
.github/workflows/push.yml
@@ -27,7 +27,7 @@ jobs:
- run: npm install -g yarn lerna
+ - 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