ci: debugging logs to figure out CI failure (#510)

This commit is contained in:
Tyler Wilding 2024-06-28 02:24:46 -04:00 committed by GitHub
parent 51a0bb1100
commit 2ef382b57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,8 +54,11 @@ jobs:
cd ./src-tauri
cargo generate-lockfile
echo "new_tag=v${NEW_VERSION}" >> $GITHUB_OUTPUT
ls -l
echo -e "---\nVersion: $NEW_VERSION\nDate: $(date +'%Y-%m-%d')\n---" > metadata/news.yaml
ls -l metadata/
appstreamcli news-to-metainfo metadata/news.yaml metadata/dev.opengoal.OpenGOAL.appdata.xml
ls -l metadata/
rm metadata/news.yaml
- name: Commit Version Bump