From e6a82480ae5c41abc0e87fe93c9b3f62bb64523c Mon Sep 17 00:00:00 2001 From: jusax23 Date: Tue, 7 Mar 2023 21:29:02 +0100 Subject: [PATCH] missing $ --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index df2bcce..fdac1ab 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -24,7 +24,7 @@ pipeline: - zip -r upload/OutbagServer.zip outbag_server/* - tar -czvf upload/OutbagServer.tar.gz outbag_server/* - cp build/bin/* upload - - npx gitea-release "${{API_URL}}" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "upload" "$${CI_COMMIT_MESSAGE}" + - npx gitea-release "$${{API_URL}}" "$${GITEA_TOKEN}" "$${CI_REPO}" "$${CI_COMMIT_BRANCH}" "$${CI_COMMIT_TAG}" "upload" "$${CI_COMMIT_MESSAGE}" when: event: tag secrets: [ gitea_token, api_url ] \ No newline at end of file