chore: Update alpha.yml workflow to output version and move releases.xml

This commit is contained in:
mauro-balades
2024-09-03 09:39:30 +02:00
parent 9f3b50d84a
commit 762b18ff1e

View File

@@ -425,6 +425,9 @@ jobs:
ls .
ls ..
mv releases.xml ./flatpak/io.github.zen_browser.zen.metainfo.xml
# output the version to the file
echo -n ${{ needs.build-data.outputs.version }} > ./flatpak/version
- uses: stefanzweifel/git-auto-commit-action@v4
with: