Skip to content

Commit 80b4ef5

Browse files
committed
allow release commits to be clearer
1 parent efdbe07 commit 80b4ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "git log:"
7171
git log -1 --pretty=%B
7272
73-
if [ '${{ github.ref }}' == 'refs/heads/main' ] && [ '${{ github.repository }}' == 'ngrok/ngrok-python' ] && git log -1 --pretty=%B | grep "^[0-9]\+\.[0-9]\+\.[0-9]\+$"; then
73+
if [ '${{ github.ref }}' == 'refs/heads/main' ] && [ '${{ github.repository }}' == 'ngrok/ngrok-python' ] && git log -1 --pretty=%B | grep "^Release [0-9]\+\.[0-9]\+\.[0-9]\+$"; then
7474
echo "SHOULD_PUBLISH=true" >> $GITHUB_OUTPUT
7575
else
7676
echo "SHOULD_PUBLISH=false" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)