fixing an oopsie

This commit is contained in:
Kjeld Schouten
2024-02-14 17:32:59 +01:00
parent a3e0d3fb2f
commit 05e169ef6f
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -76,8 +76,7 @@ jobs:
- name: Prep go-yq
run: |
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/bin/go-yq && \
chmod +x /usr/bin/go-yq && \
wget https://github.com/mikefarah/yq/releases/download/v4.26.1/yq_linux_amd64 -O /usr/bin/go-yq && chmod +x /usr/bin/go-yq
# Optional step if GPG signing is used
- name: Prepare GPG key