Skip to content

Commit

Permalink
Try locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Milkfat32 committed Jun 27, 2024
1 parent 75aa10d commit 0d25064
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
toolchain: stable

- name: Install Appstreamcli
run: sudo apt-get update && sudo apt-get install -y appstream

- name: Bump Version
id: version_bump
run: |
Expand All @@ -51,6 +54,9 @@ jobs:
cd ./src-tauri
cargo generate-lockfile
echo "new_tag=v${NEW_VERSION}" >> $GITHUB_OUTPUT
echo -e "---\nVersion: $NEW_VERSION\nDate: $(date +'%Y-%m-%d')\n---" > metadata/news.yaml
appstreamcli news-to-metainfo metadata/news.yaml metadata/dev.opengoal.OpenGOAL.appdata.xml
rm metadata/news.yaml
- name: Commit Version Bump
uses: EndBug/add-and-commit@v9
Expand Down

0 comments on commit 0d25064

Please sign in to comment.