Skip to content

Commit

Permalink
Update create-tag-and-trigger-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti authored Apr 21, 2023
1 parent 2edc7fc commit f52254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-tag-and-trigger-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Get tag value
id: tag
run: |
TAG="$(grep -oP '\d+\.\d+\.\d+' <<< "$MESSAGE")"
TAG="$(grep -oP '^chore\(release\).*\K(\d+\.\d+\.\d+)' <<< "$MESSAGE")"
echo "$TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
env:
Expand Down

0 comments on commit f52254a

Please sign in to comment.