[MINOR] Add Version to bot command in config JS

This commit is contained in:
Entwicklung 2023-11-29 12:27:48 +01:00
parent d4db166d61
commit b612c1bbda

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"