[MINOR] Add Version to bot command in config JS
This commit is contained in:
parent
6b834e54f2
commit
d4db166d61
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
|
||||
with:
|
||||
find: "<version-addhere>"
|
||||
replace: "{{ steps.version.outputs.version }}"
|
||||
replace: steps.version.outputs.version
|
||||
regex: false
|
||||
include: "artifact/config.mjs"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue