Skip to content

Commit

Permalink
fix(tooling): Stop CI from pretending to be a source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Jul 8, 2024
1 parent a4674d9 commit 1113f42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
fetch-depth: 0
- name: Configure
run: |
echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
echo "${GITHUB_REF#refs/*/v}" > .tarball-version
./bootstrap.sh
./configure \
BUSTED=: LUAROCKS=: MATURIN=: PYTEST=: UV=: GITCLIFF=: \
--enable-developer-mode \
--without-{bash,fish,zsh}-completion-dir
echo "VERSION=$(./build-aux/git-version-gen .tarball-version)" >> $GITHUB_ENV
- name: Build source package
run: |
make dist
Expand Down

0 comments on commit 1113f42

Please sign in to comment.