File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
11
+ - name : Install toml
12
+ run : pip install toml
13
+
11
14
- run : |
12
15
if [[ ! $GITHUB_REF_NAME =~ ^release/v[0-9]+\.[0-9]+\.x-0\.[0-9]+bx$ ]]; then
13
16
echo this workflow should only be run against long-term release branches
Original file line number Diff line number Diff line change 12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
15
+ - name : Install toml
16
+ run : pip install toml
17
+
15
18
- name : Verify prerequisites
16
19
env :
17
20
PRERELEASE_VERSION : ${{ github.event.inputs.prerelease_version }}
Original file line number Diff line number Diff line change 14
14
15
15
- uses : actions/checkout@v4
16
16
17
+ - name : Install toml
18
+ run : pip install toml
19
+
17
20
- name : Set environment variables
18
21
run : |
19
22
stable_version=$(./scripts/eachdist.py version --mode stable)
You can’t perform that action at this time.
0 commit comments