-
-
Notifications
You must be signed in to change notification settings - Fork 760
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto pre-release for next branch (#147)
* Adds github job to prerelease next on push * Adds code analysis workflow * Fix typo * Adds scaffold to PR workflow * Install deps if no cache hit * enable code analysis on next branch PR * Update prerelease scripts * Remove wrong branch check * Fix typo * Refactor next flow to use simple publish
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,4 +74,4 @@ jobs: | |
run: yarn lerna:prerelease | ||
|
||
- name: Publish | ||
run: yarn release | ||
run: yarn lerna:publish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters