-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
6 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 |
---|---|---|
|
@@ -28,7 +28,13 @@ jobs: | |
git config user.name "Lexical GitHub Actions Bot" | ||
git config user.email "<>" | ||
- run: npm install | ||
- run: npm run increment-version -- --i $INCREMENT | ||
- id: latest-release | ||
uses: pozetroninc/github-action-get-latest-release@master | ||
with: | ||
owner: facebook | ||
repo: lexical | ||
excludes: draft | ||
- run: LATEST_RELEASE=${{ latest-release.outputs.release }} npm run increment-version -- --i $INCREMENT | ||
env: | ||
INCREMENT: ${{ inputs.increment }} | ||
- 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
1eb6b4c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lexical – ./packages/lexical-website
lexical-fbopensource.vercel.app
lexicaljs.com
lexical.dev
lexical-git-main-fbopensource.vercel.app
lexicaljs.org
www.lexical.dev
1eb6b4c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lexical-playground – ./packages/lexical-playground
lexical-playground-git-main-fbopensource.vercel.app
lexical-playground.vercel.app
playground.lexical.dev
lexical-playground-fbopensource.vercel.app