mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-29 20:49:50 +00:00
bump org.meshtastic.meshtasticd.metainfo.xml on release
This commit is contained in:
parent
07351283f0
commit
b17a72fe58
13
.github/workflows/release_channels.yml
vendored
13
.github/workflows/release_channels.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user