Skip to content

Commit

Permalink
ci: remove meson dist version workaround from release workflow
Browse files Browse the repository at this point in the history
Meson should know the correct version now
  • Loading branch information
Akaricchi committed Dec 16, 2022
1 parent 31a07d8 commit 10abd79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -112,8 +112,6 @@ jobs:

- name: Package (Source)
run: |
meson rewrite kwargs set project / version ${{ env.BUILD_VERSION }} # meson dist uses 'project.version' instead of 'git describe' for the tag to use, so this overwrites it as a workaround
meson --reconfigure build/linux
meson dist -C build/linux --no-tests # disable test build, since we already know it compiles
scripts/sign-release.py build/linux/meson-dist/taisei-${{ env.BUILD_VERSION }}.tar.xz
Expand Down

0 comments on commit 10abd79

Please sign in to comment.