Skip to content

Commit

Permalink
feat: 7
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanDimanov-MoveDigital authored Dec 30, 2021
1 parent 9d8b102 commit e1652ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
- name: Get release version
id: releaseVersion
run: |
export COMMIT_MESSAGE="${{ github.event.head_commit.message }}"
export TAG_NAME=echo ${COMMIT_MESSAGE} | grep -oP "release \K\d+\.\d+\.\d+"
export TAG_NAME=$(echo "${{ github.event.head_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 e1652ba

Please sign in to comment.