Skip to content

Commit

Permalink
Merge pull request #5 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 eaf1466 + d4db166 commit bf64904
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 bf64904

Please sign in to comment.