Skip to content

Commit

Permalink
fixup! CI: Let github workflow use version number in the flatpak file…
Browse files Browse the repository at this point in the history
…name
  • Loading branch information
matthijskooijman committed Nov 19, 2023
1 parent 7f9bdb3 commit 9fc444b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ jobs:
steps:
- name: Prepare repo
uses: actions/checkout@v2
# Fetch history, so we also fetch the previous tag for deriving
# the version number
fetch-depth: 0
- name: Install system packages
# It would be good to cache the GNOME Sdk, as it
# is rather big to download each time.
Expand Down

0 comments on commit 9fc444b

Please sign in to comment.