Merge pull request #5 from H2-invent/development
[MINOR] Add Version to bot command in config JS
This commit is contained in:
commit
bf649046fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline-release.yml
vendored
2
.github/workflows/pipeline-release.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
||||||
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: "artifact/config.mjs"
|
include: "artifact/config.mjs"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue