Skip to content

Commit

Permalink
Disable metainfo-update task
Browse files Browse the repository at this point in the history
  • Loading branch information
QCanvas committed Jul 25, 2024
1 parent 1d878e2 commit a62d8e2
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,22 +111,22 @@ jobs:
with:
python_version: 3.11
pypi_token: ${{ secrets.PYPI_TOKEN }}
update-metainfo:
needs: check-version
if: ${{ needs.check-version.outputs.needs-build == 'true' }}
name: Update metainfo file
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
- run: python -m pip install xmltodict httpx
- name: Update metainfo releases
run: python flatpak/utils/metainfo-version-updater.py "${{ needs.check-version.outputs.new-version }}" "flatpak/io.github.qcanvas.QCanvasApp.metainfo.xml"
- uses: EndBug/add-and-commit@v9
with:
add: "flatpak/io.github.qcanvas.QCanvasApp.metainfo.xml"
default_author: github_actions
message: Update metainfo file
# update-metainfo:
# needs: check-version
# if: ${{ needs.check-version.outputs.needs-build == 'true' }}
# name: Update metainfo file
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.12
# - run: python -m pip install xmltodict httpx
# - name: Update metainfo releases
# run: python flatpak/utils/metainfo-version-updater.py "${{ needs.check-version.outputs.new-version }}" "flatpak/io.github.qcanvas.QCanvasApp.metainfo.xml"
# - uses: EndBug/add-and-commit@v9
# with:
# add: "flatpak/io.github.qcanvas.QCanvasApp.metainfo.xml"
# default_author: github_actions
# message: Update metainfo file

0 comments on commit a62d8e2

Please sign in to comment.