mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-29 12:31:58 +00:00
move bump_metainfo, use requirements.txt
This commit is contained in:
parent
01d18b31f4
commit
86c268120a
6
.github/workflows/release_channels.yml
vendored
6
.github/workflows/release_channels.yml
vendored
@ -93,9 +93,9 @@ jobs:
|
|||||||
- name: Bump org.meshtastic.meshtasticd.metainfo.xml
|
- name: Bump org.meshtastic.meshtasticd.metainfo.xml
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install defusedxml -q
|
pip install -r bin/bump_metainfo/requirements.txt -q
|
||||||
chmod +x ./bin/bump_metainfo.py
|
chmod +x ./bin/bump_metainfo/bump_metainfo.py
|
||||||
./bin/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "v${{ steps.version.outputs.long }}"
|
./bin/bump_metainfo/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "v${{ steps.version.outputs.long }}"
|
||||||
|
|
||||||
- name: Create metainfo.xml pull request
|
- name: Create metainfo.xml pull request
|
||||||
uses: peter-evans/create-pull-request@v7
|
uses: peter-evans/create-pull-request@v7
|
||||||
|
1
bin/bump_metainfo/requirements.txt
Normal file
1
bin/bump_metainfo/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
defusedxml==0.7.1
|
Loading…
Reference in New Issue
Block a user