[MINOR] Add Version to bot command in config JS

This commit is contained in:
Entwicklung 2023-11-29 12:25:25 +01:00
parent 6b834e54f2
commit d4db166d61

View file

@ -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"