Fix create pull request (#6680)

* add base property

* bump to 2.6.7 - manual

* disable pip version check
This commit is contained in:
Kalle Lilja
2025-04-28 22:47:09 +02:00
committed by GitHub
parent 54c1423039
commit 77e6868d5d
3 changed files with 7 additions and 1 deletions

View File

@@ -95,10 +95,13 @@ jobs:
pip install -r bin/bump_metainfo/requirements.txt -q
chmod +x ./bin/bump_metainfo/bump_metainfo.py
./bin/bump_metainfo/bump_metainfo.py --file bin/org.meshtastic.meshtasticd.metainfo.xml "${{ steps.version.outputs.short }}"
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
- name: Create Bumps pull request
uses: peter-evans/create-pull-request@v7
with:
base: ${{ github.event.repository.default_branch }}
title: Bump release version
commit-message: automated bumps
add-paths: |