We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a604990 commit e9c7f6eCopy full SHA for e9c7f6e
.github/workflows/push-lts-release.yml
@@ -9,17 +9,9 @@ on:
9
push:
10
branches:
11
- v5-stable
12
+ - test-fast-xml-parser-fix
13
14
jobs:
15
e2e:
16
secrets: inherit
17
uses: ./.github/workflows/callable-release-verification.yml
- 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