File tree Expand file tree Collapse file tree 6 files changed +16
-9
lines changed
packages/mgt-element/src/utils Expand file tree Collapse file tree 6 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 88 branches : [next/*]
99 paths :
1010 - ' packages/**'
11-
11+
1212jobs :
1313 build :
1414 runs-on : ubuntu-latest
@@ -26,12 +26,15 @@ jobs:
2626 registry-url : ' https://registry.npmjs.org'
2727 - run : npm install -g yarn lerna
2828 - run : yarn
29- - run : yarn build
29+
3030 - name : Extract tag name
3131 shell : bash
3232 run : echo "##[set-output name=tag;]$(branch=${GITHUB_REF#refs/heads/}; echo ${branch/\//.})"
3333 id : extract_tag
3434 - run : node scripts/setVersion.js --tag ${{ steps.extract_tag.outputs.tag }}
35+
36+ - run : yarn build
37+
3538 - run : lerna exec --scope @microsoft/* -- "npm publish --tag ${{ steps.extract_tag.outputs.tag }} --access=public"
3639 if : github.repository == 'microsoftgraph/microsoft-graph-toolkit'
3740 env :
Original file line number Diff line number Diff line change 2323 node-version : ${{ matrix.node-version }}
2424 - run : npm install -g yarn
2525 - run : yarn
26- - run : yarn build
2726 - run : node scripts/setVersion.js --next
27+ - run : yarn build
2828 - run : yarn run pack
2929 - name : Upload a Build Artifact - package
3030 uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -56,15 +56,17 @@ jobs:
5656 node-version : ${{ matrix.node-version }}
5757 registry-url : ' https://registry.npmjs.org'
5858
59- - name : Build 🛠
59+ - name : Install Dependencies
6060 run : |
6161 npm install -g yarn lerna
6262 yarn
63- yarn build
6463
6564 - name : Update package version
6665 run : node scripts/setVersion.js
6766
67+ - name : Build 🛠
68+ run : yarn build
69+
6870 - name : Publish npm packages
6971 run : lerna exec --scope @microsoft/* -- "npm publish --access=public"
7072 env :
Original file line number Diff line number Diff line change @@ -25,15 +25,17 @@ jobs:
2525 node-version : ${{ matrix.node-version }}
2626 registry-url : ' https://registry.npmjs.org'
2727
28- - name : Build 🛠
28+ - name : Install Dependencies
2929 run : |
3030 npm install -g yarn lerna
3131 yarn
32- yarn build
3332
3433 - name : Set Preview Version
3534 run : node scripts/setVersion.js --next
3635
36+ - name : Build 🛠
37+ run : yarn build
38+
3739 - name : Publish preview packages 🚀
3840 run : lerna exec --scope @microsoft/* -- "npm publish --tag next --access=public"
3941 env :
Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
33 "private" : true ,
4- "version" : " 2.2.1 " ,
4+ "version" : " 2.3.0 " ,
55 "workspaces" : [
66 " packages/*" ,
77 " packages/providers/*" ,
Original file line number Diff line number Diff line change 88// THIS FILE IS AUTO GENERATED
99// ANY CHANGES WILL BE LOST DURING BUILD
1010
11- export const PACKAGE_VERSION = '2.2.1 ' ;
11+ export const PACKAGE_VERSION = '2.3.0 ' ;
You can’t perform that action at this time.
0 commit comments