From b612c1bbda43602f088e5b650da4543c2e08ba39 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Wed, 29 Nov 2023 12:27:48 +0100 Subject: [PATCH] [MINOR] Add Version to bot command in config JS --- .github/workflows/pipeline-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index ebe77b1..367efb2 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -45,7 +45,7 @@ jobs: uses: jacobtomlinson/gha-find-replace@v3 with: find: "" - replace: steps.version.outputs.version + replace: "${{ steps.version.outputs.version }}" regex: false include: "artifact/config.mjs"