From b3a77a773c8c14a6be86cbf433562ff1cff9a13a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Sat, 27 Jan 2024 18:25:40 +0100 Subject: [PATCH] ci: fix prerelease step --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 46968a2..4191ffa 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,7 +47,7 @@ pipeline: - EARTHLY_EXEC_CMD="/bin/sh" secrets: [EARTHLY_CONFIGURATION, DOCKER_USER, DOCKER_PASSWORD] commands: - - echo "$EARTHLY_CONFIGURATION" > ~/.earthly/config.yaml + - mkdir ~/.earthly && echo "$EARTHLY_CONFIGURATION" > ~/.earthly/config.yaml - earthly bootstrap - earthly +current-changelog when: