Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Jan 30, 2024
1 parent 30db534 commit 7f4f981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
COMMIT_HASH: ${{ github.event.inputs.commit_hash }}
run: |
export commit_title=$(git log --pretty=format:%s -1 $COMMIT_HASH
export commit_title=$(git log --pretty=format:%s -1 $COMMIT_HASH)
echo "Commit title: $commit_title"
if [[ $commit_title =~ ^Release\ version\ [0-9]*\.[0-9]*\.[0-9]*$ ]]; then
echo "Valid commit title"
Expand Down

0 comments on commit 7f4f981

Please sign in to comment.