Skip to content

Commit bd619c6

Browse files
authored
no-release(fix): no-release in CI (#25)
Be less strict Conventional Commits also allows for e.g. no-release(<reason>): and we wanna account for that without making this over-complicated
1 parent f968682 commit bd619c6

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
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
4848
release:
49-
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false
49+
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false
5050
runs-on: ubuntu-24.04
5151
steps:
5252
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)