mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
METAINFO: disabled step erroneously re-enabled that blanks out the metainfo
This commit is contained in:
parent
360676298e
commit
28e7877b46
5
.github/workflows/build_retrodeck.yml
vendored
5
.github/workflows/build_retrodeck.yml
vendored
|
@ -153,8 +153,9 @@ jobs:
|
|||
if: github.ref != 'refs/heads/main'
|
||||
run: "/bin/bash ${GITHUB_WORKSPACE}/automation_tools/cooker_flatpak_portal_add.sh"
|
||||
|
||||
- name: "Updating release notes in metainfo"
|
||||
run: "automation_tools/metainfo_management.sh"
|
||||
# Temporary disabled as the script is broken
|
||||
# - name: "Updating release notes in metainfo"
|
||||
# run: "automation_tools/metainfo_management.sh"
|
||||
|
||||
- name: "[DEBUG] Outputting manifest"
|
||||
run: cat net.retrodeck.retrodeck.yml
|
||||
|
|
Loading…
Reference in a new issue