Skip to content

Commit efcab1a

Browse files
committed
revert lts to original state
1 parent e6ae1cd commit efcab1a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/push-lts-release.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,18 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- fix/v5-e2e-testing
11+
- v5-stable
1212

1313
jobs:
1414
e2e:
1515
secrets: inherit
1616
uses: ./.github/workflows/callable-release-verification.yml
17+
release:
18+
needs:
19+
- e2e
20+
permissions:
21+
contents: write
22+
secrets: inherit
23+
uses: ./.github/workflows/callable-npm-publish-lts-release.yml
24+
with:
25+
target: v5-stable # TODO Update this to support other LTS branches in the future

0 commit comments

Comments
 (0)