mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-01 05:15:50 +00:00
Switch to short version string
This commit is contained in:
parent
d2682a1468
commit
429ad9e70b
3
.github/workflows/release_channels.yml
vendored
3
.github/workflows/release_channels.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
|||||||
- name: Get release version string
|
- name: Get release version string
|
||||||
run: |
|
run: |
|
||||||
echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
echo "long=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT
|
||||||
|
echo "short=$(./bin/buildinfo.py short)" >> $GITHUB_OUTPUT
|
||||||
echo "deb=$(./bin/buildinfo.py deb)" >> $GITHUB_OUTPUT
|
echo "deb=$(./bin/buildinfo.py deb)" >> $GITHUB_OUTPUT
|
||||||
id: version
|
id: version
|
||||||
env:
|
env:
|
||||||
@ -95,7 +96,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -r bin/bump_metainfo/requirements.txt -q
|
pip install -r bin/bump_metainfo/requirements.txt -q
|
||||||
chmod +x ./bin/bump_metainfo/bump_metainfo.py
|
chmod +x ./bin/bump_metainfo/bump_metainfo.py
|
||||||
./bin/bump_metainfo/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.short }}"
|
||||||
|
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user