Skip to content

Commit

Permalink
Merge pull request #169 from Aiven-Open/jeqo/fix-release-workflow
Browse files Browse the repository at this point in the history
chore: fix release workflow
  • Loading branch information
tvainika authored Jan 30, 2024
2 parents 30db534 + 7f4f981 commit d5169d9
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 d5169d9

Please sign in to comment.