Skip to content

Commit 257f9c1

Browse files
committed
update lts for testing
1 parent 3307658 commit 257f9c1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,9 @@ concurrency:
88
on:
99
push:
1010
branches:
11-
- v5-stable
11+
- fix/v5-e2e-testing
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)