Skip to content

Commit

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

0 comments on commit 5012d92

Please sign in to comment.