* Add Pipeline version befor create artefact
This commit is contained in:
parent
50368cca28
commit
7720b50f84
1 changed files with 8 additions and 0 deletions
8
.github/workflows/pipeline-release.yml
vendored
8
.github/workflows/pipeline-release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue