Skip to content

Commit

Permalink
Merge pull request #6 from H2-invent/development
Browse files Browse the repository at this point in the history
[MINOR] Add Version to bot command in config JS
  • Loading branch information
holema authored Nov 29, 2023
2 parents bf64904 + b612c1b commit 39b5326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 39b5326

Please sign in to comment.