We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ae1cd commit efcab1aCopy full SHA for efcab1a
.github/workflows/push-lts-release.yml
@@ -8,9 +8,18 @@ concurrency:
8
on:
9
push:
10
branches:
11
- - fix/v5-e2e-testing
+ - v5-stable
12
13
jobs:
14
e2e:
15
secrets: inherit
16
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