Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
hoersamu committed Nov 19, 2021
1 parent 83dd328 commit 74caec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Get release string
run: |
commitmsg=${git log -1 --pretty=%B}
commitmsg=$(git log -1 --pretty=%b)
version=${commitmsg#*v}
[[ $version =~ ^[0-9]+.[0-9]+.[0-9]+$ ]] || exit 1
echo "RELEASE_VERSION=$version" >> $GITHUB_ENV
Expand Down

0 comments on commit 74caec8

Please sign in to comment.