File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 44
44
git switch -c "actual-branch-not-detached-head"
45
45
npx lerna@6 version --allow-branch actual-branch-not-detached-head --no-git-tag-version --no-changelog --no-push --yes
46
46
- name : Coverage Report
47
- uses : codecov/codecov-action@v3
47
+ uses : codecov/codecov-action@v4
48
+ with :
49
+ token : ${{ secrets.CODECOV_TOKEN }}
50
+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 35
35
- name : Test
36
36
run : npm run test
37
37
- name : Coverage Report
38
- uses : codecov/codecov-action@v3
38
+ uses : codecov/codecov-action@v4
39
+ with :
40
+ token : ${{ secrets.CODECOV_TOKEN }}
41
+ fail_ci_if_error : true
39
42
- name : Publish to NPM from package.json versions
40
43
run : npx lerna@6 publish from-package --yes
41
44
env :
Original file line number Diff line number Diff line change 37
37
- name : Test
38
38
run : npm run test
39
39
- name : Coverage Report
40
- uses : codecov/codecov-action@v3
40
+ uses : codecov/codecov-action@v4
41
+ with :
42
+ token : ${{ secrets.CODECOV_TOKEN }}
43
+ fail_ci_if_error : true
41
44
- name : Update automation/lerna/version branch
42
45
run : |
43
46
git switch -C automation/lerna/version
You can’t perform that action at this time.
0 commit comments