Skip to content

Commit 534e3ae

Browse files
ShahanaFarooquirustyrussell
authored andcommitted
ci: Remove lowdown and configure from the sign release job step
Changelog-None: Fixes draft release job creation in CI.
1 parent 7e9ec3e commit 534e3ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,7 @@ jobs:
161161
run: echo "default-key ${{ steps.gpg.outputs.keyid }}" >> ~/.gnupg/gpg.conf
162162

163163
- name: Sign release
164-
run: |
165-
sudo apt-get install -y lowdown
166-
./configure
167-
tools/build-release.sh --without-zip sign
164+
run: tools/build-release.sh --without-zip sign
168165

169166
- name: Upload signed artifact
170167
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)