File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -28,24 +28,24 @@ jobs:
28
28
key : ${{ runner.os }}-pnpm-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
29
29
restore-keys : ${{ runner.os }}-pnpm-
30
30
31
- - name : Install
31
+ - name : Rush Install
32
32
run : node common/scripts/install-run-rush.js install
33
33
34
- - name : Build
35
- run : node common/scripts/install-run-rush.js rebuild --verbose
36
-
37
- - name : Test
38
- run : node common/scripts/install-run-rush.js test --verbose
39
-
40
- - name : Setup git
34
+ - name : Setup git for Rush
41
35
uses : oleksiyrudenko/gha-git-credentials@v2-latest
42
36
with :
43
37
token : ' ${{ secrets.GITHUB_TOKEN }}'
44
38
45
- - name : Version
39
+ - name : Rush Version
46
40
run : node common/scripts/install-run-rush.js version --bump --target-branch master
47
41
48
- - name : Publish
42
+ - name : Rush Build
43
+ run : node common/scripts/install-run-rush.js rebuild --verbose
44
+
45
+ - name : Rush Test
46
+ run : node common/scripts/install-run-rush.js test --verbose
47
+
48
+ - name : Rush Publish
49
49
run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --target-branch master --set-access-level public
50
50
51
51
- name : Create release
Original file line number Diff line number Diff line change @@ -28,24 +28,24 @@ jobs:
28
28
key : ${{ runner.os }}-pnpm-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
29
29
restore-keys : ${{ runner.os }}-pnpm-
30
30
31
- - name : Install
31
+ - name : Rush Install
32
32
run : node common/scripts/install-run-rush.js install
33
33
34
- - name : Build
35
- run : node common/scripts/install-run-rush.js rebuild --verbose
36
-
37
- - name : Test
38
- run : node common/scripts/install-run-rush.js test --verbose
39
-
40
- - name : Setup git
34
+ - name : Setup git for Rush
41
35
uses : oleksiyrudenko/gha-git-credentials@v2-latest
42
36
with :
43
37
token : ' ${{ secrets.GITHUB_TOKEN }}'
44
38
45
- - name : Version
39
+ - name : Update Version
46
40
run : node common/scripts/install-run-rush.js version --bump
47
41
48
- - name : Publish
42
+ - name : Rush Build
43
+ run : node common/scripts/install-run-rush.js rebuild --verbose
44
+
45
+ - name : Rush Test
46
+ run : node common/scripts/install-run-rush.js test --verbose
47
+
48
+ - name : Rush Publish
49
49
run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --tag next --set-access-level public
50
50
51
51
- name : Create release
You can’t perform that action at this time.
0 commit comments