ci: Remove lowdown and configure from the sign release job step

Changelog-None: Fixes draft release job creation in CI.
This commit is contained in:
ShahanaFarooqui
2025-11-27 18:01:41 -08:00
committed by Rusty Russell
parent 7e9ec3ef2d
commit 534e3ae8f8

View File

@@ -161,10 +161,7 @@ jobs:
run: echo "default-key ${{ steps.gpg.outputs.keyid }}" >> ~/.gnupg/gpg.conf
- name: Sign release
run: |
sudo apt-get install -y lowdown
./configure
tools/build-release.sh --without-zip sign
run: tools/build-release.sh --without-zip sign
- name: Upload signed artifact
uses: actions/upload-artifact@v4