* Add Pipeline version befor create artefact

This commit is contained in:
Entwicklung 2023-12-04 23:41:33 +01:00
parent 50368cca28
commit 7720b50f84

View file

@ -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: "<version-addhere>"
replace: "${{ steps.version.outputs.version }}"
regex: false
include: "artifact/config.mjs"
- name: Archive Release for application