ci: remove meson dist version workaround from release workflow

Meson should know the correct version now
This commit is contained in:
Andrei Alexeyev 2022-12-12 05:16:47 +01:00
parent 31a07d8c3c
commit 10abd790f7
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -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