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:
committed by
Rusty Russell
parent
7e9ec3ef2d
commit
534e3ae8f8
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user