Skip to content

Commit

Permalink
chore(build): Enable checksum output in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed May 1, 2024
1 parent 4646128 commit 9cecdc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
echo "${GITHUB_REF#refs/*/v}" > .tarball-version
./bootstrap.sh
./configure --without-{bash,fish,zsh}-completion-dir
./configure \
--enable-developer-mode \
--without-{bash,fish,zsh}-completion-dir
- name: Build source package
run: |
make dist
Expand Down

0 comments on commit 9cecdc0

Please sign in to comment.