From d4db166d613698d8422871cdc86b4f941c915e21 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Wed, 29 Nov 2023 12:25:25 +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 40e4e54..ebe77b1 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"