Skip to content

Commit

Permalink
feat: 6
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanDimanov-MoveDigital authored Dec 30, 2021
1 parent 5012d92 commit 9d8b102
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/get_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
id: releaseVersion
run: |
export COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
echo ::set-output name=tagName::${COMMIT_MESSAGE | grep -oP "release \K\d+\.\d+\.\d+"}
export TAG_NAME=echo ${COMMIT_MESSAGE} | grep -oP "release \K\d+\.\d+\.\d+"
echo ::set-output name=tagName::${TAG_NAME}
- run: "echo '${{ steps.releaseVersion.outputs.tagName }}'"

0 comments on commit 9d8b102

Please sign in to comment.