mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Force add lib in workflows which commit LKG (#53248)
This commit is contained in:
parent
e49db97f97
commit
f306e4e36a
2
.github/workflows/new-release-branch.yaml
vendored
2
.github/workflows/new-release-branch.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
git add src/compiler/corePublic.ts
|
||||
git add tests/baselines/reference/api/typescript.d.ts
|
||||
git add tests/baselines/reference/api/tsserverlibrary.d.ts
|
||||
git add ./lib
|
||||
git add --force ./lib
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
|
||||
|
||||
2
.github/workflows/set-version.yaml
vendored
2
.github/workflows/set-version.yaml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
git add src/compiler/corePublic.ts
|
||||
git add tests/baselines/reference/api/typescript.d.ts
|
||||
git add tests/baselines/reference/api/tsserverlibrary.d.ts
|
||||
git add ./lib
|
||||
git add --force ./lib
|
||||
git config user.email "typescriptbot@microsoft.com"
|
||||
git config user.name "TypeScript Bot"
|
||||
git commit -m 'Bump version to ${{ github.event.client_payload.package_version }} and LKG'
|
||||
|
||||
2
.github/workflows/update-lkg.yml
vendored
2
.github/workflows/update-lkg.yml
vendored
@ -25,6 +25,6 @@ jobs:
|
||||
npx hereby LKG
|
||||
npm test
|
||||
git diff
|
||||
git add ./lib
|
||||
git add --force ./lib
|
||||
git commit -m "Update LKG"
|
||||
git push
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user