File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
run : node common/scripts/install-run-rush.js test --verbose
47
47
48
48
- name : Rush Publish
49
- run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --tag next -- set-access-level public
49
+ run : node common/scripts/install-run-rush.js publish --apply --include-all --publish --set-access-level public
50
50
51
51
- name : Get Version Information
52
52
id : get_version
Original file line number Diff line number Diff line change 33
33
* in the current branch. When bumping versions, Rush uses this to determine the next version.
34
34
* (The "version" field in package.json is NOT considered.)
35
35
*/
36
- "version" : " 3.0.0-alpha.3 " ,
36
+ "version" : " 3.0.0-beta.0 " ,
37
37
38
38
/**
39
39
* (Required) The type of bump that will be performed when publishing the next release.
You can’t perform that action at this time.
0 commit comments