Skip to content

Commit 6655d97

Browse files
committed
Be more relaxed
1 parent a07ddb7 commit 6655d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7676

7777
release:
78-
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false
78+
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false
7979
runs-on: ubuntu-24.04
8080
steps:
8181
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

0 commit comments

Comments
 (0)