Skip to content

Commit

Permalink
Update changing the sed regex to fit MConnect's version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaulH authored Jul 31, 2024
1 parent 8d3115e commit cb58fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mconnect-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: get_version
run: |
cd tools/mconnect
VERSION=$(./mconnect -v | sed 's/Mconnect version //')
VERSION=$(./mconnect -v | sed 's/mconnect version //')
TIMESTAMP=$(date +%Y%m%d%H%M%S)
echo "VERSION=v${VERSION}" >> $GITHUB_OUTPUT
echo "RELEASE_TAG=v${VERSION}-${TIMESTAMP}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit cb58fd8

Please # to comment.