(MINOR)
* Add Pipeline version befor create artefact
This commit is contained in:
parent
5f3e18232c
commit
50368cca28
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline-release.yml
vendored
2
.github/workflows/pipeline-release.yml
vendored
|
@ -34,13 +34,13 @@ jobs:
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
change_path: .
|
change_path: .
|
||||||
version_format: "${major}.${minor}.${patch}"
|
version_format: "${major}.${minor}.${patch}"
|
||||||
|
|
||||||
- name: Write semantic Version in config file
|
- name: Write semantic Version in config file
|
||||||
uses: jacobtomlinson/gha-find-replace@v3
|
uses: jacobtomlinson/gha-find-replace@v3
|
||||||
with:
|
with:
|
||||||
find: "<version-addhere>"
|
find: "<version-addhere>"
|
||||||
replace: "${{ steps.version.outputs.version }}"
|
replace: "${{ steps.version.outputs.version }}"
|
||||||
regex: false
|
regex: false
|
||||||
include: "config.mjs"
|
|
||||||
|
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue