Skip to content

Commit 179a670

Browse files
committed
qip2
Signed-off-by: Ariel Otilibili <[email protected]>
1 parent 5149ab6 commit 179a670

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/otp-bump.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ jobs:
1515
with:
1616
submodules: true
1717

18+
- name: Set up Python
19+
uses: actions/setup-python@v5
20+
with:
21+
python-version: 3.12
22+
- name: Setup dependencies
23+
run: pip install beautifulsoup4 requests
1824
- name: Pull OTP versions from Debian
19-
run: curl --silent https://packages.debian.org/search?keywords=erlang | sed -ne '/Package erlang</,/<\/ul>/{/br/p}' | tee otp.versions
25+
run: python3 otp-bump.py
2026
- name: Create Pull Request
2127
uses: peter-evans/create-pull-request@v7
2228
with:

0 commit comments

Comments
 (0)