diff --git a/.github/workflows/pipeline-release.yml b/.github/workflows/pipeline-release.yml index f1720ed..fc07560 100644 --- a/.github/workflows/pipeline-release.yml +++ b/.github/workflows/pipeline-release.yml @@ -48,6 +48,14 @@ jobs: - run: unzip -qq artifact_${{github.run_number}}.zip -d artifact + - name: Write semantic Version in config file + uses: jacobtomlinson/gha-find-replace@v3 + with: + find: "" + replace: "${{ steps.version.outputs.version }}" + regex: false + include: "artifact/config.mjs" + - name: Archive Release for application