bump org.meshtastic.meshtasticd.metainfo.xml on release

This commit is contained in:
Kalle 2025-04-13 17:24:54 +00:00
parent 07351283f0
commit b17a72fe58
No known key found for this signature in database
GPG Key ID: 6B4D999517557C1F

View File

@ -89,3 +89,16 @@ jobs:
add-paths: |
version.properties
debian/changelog
- name: Bump org.meshtastic.meshtasticd.metainfo.xml
shell: bash
run: |
chmod +x ./bin/bump_metainfo.py
./bin/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "v${{ steps.version.outputs.long }}"
- name: Create metainfo.xml pull request
uses: peter-evans/create-pull-request@v7
with:
title: Bump org.meshtastic.meshtasticd.metainfo.xml
add-paths: |
bin/org.meshtastic.meshtasticd.metainfo.xml