Skip to content

Commit

Permalink
fix(workflows): Remove -n after echo which adds a newline (#987)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
Approved-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
  • Loading branch information
craciunoiuc committed Nov 7, 2023
2 parents 77f2680 + 1a81acf commit a9f98eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Write cosign key to file
run: |
echo -n "$COSIGN_KEY" > cosign.key
echo "$COSIGN_KEY" > cosign.key
chmod 600 cosign.key
- name: Run GoReleaser
Expand Down

0 comments on commit a9f98eb

Please sign in to comment.