From 50368cca281a1460a74a516bc386f3135767d864 Mon Sep 17 00:00:00 2001 From: Entwicklung Date: Mon, 4 Dec 2023 23:18:37 +0100 Subject: [PATCH] (MINOR) * Add Pipeline version befor create artefact --- .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 5174cd7..f1720ed 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -34,13 +34,13 @@ jobs: minor_pattern: "(MINOR)" change_path: . version_format: "${major}.${minor}.${patch}" + - name: Write semantic Version in config file uses: jacobtomlinson/gha-find-replace@v3 with: find: "" replace: "${{ steps.version.outputs.version }}" regex: false - include: "config.mjs" - uses: actions/download-artifact@v3 with: