We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07ddb7 commit 6655d97Copy full SHA for 6655d97
.github/workflows/erlang.yml
@@ -75,7 +75,7 @@ jobs:
75
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
76
77
release:
78
- if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release:') == false
+ if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, 'no-release') == false
79
runs-on: ubuntu-24.04
80
steps:
81
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
0 commit comments