-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] clean up github workflows for cache correctness
- Loading branch information
Showing
6 changed files
with
59 additions
and
343 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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
name: Nightly Release Branch | ||
on: | ||
schedule: | ||
# remove the [] when this is turned on | ||
schedule: [] | ||
# Run daily at 2:30am UTC | ||
# - cron: '30 2 * * 1-5' | ||
jobs: | ||
|
@@ -16,10 +17,11 @@ jobs: | |
# Setup .npmrc file to publish to npm | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: 20.x | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: | | ||
git config user.name "Lexical GitHub Actions Bot" | ||
git config user.email "<>" | ||
- run: npm install | ||
- run: npm ci | ||
- run: npm run increment-version -- --i prerelease | ||
- run: git push -u [email protected]:facebook/lexical.git --follow-tags |
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
Oops, something went wrong.