We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd6b4b commit bc31eb7Copy full SHA for bc31eb7
1 file changed
.github/workflows/auto-release.yml
@@ -12,8 +12,7 @@ jobs:
12
check-and-release:
13
name: Create Release Tag
14
runs-on: ubuntu-latest
15
- # Only run if the commit is from Renovate
16
- if: contains(github.event.head_commit.message, 'chore(deps): swarm-cli')
+ if: "contains(github.event.head_commit.message, 'chore(deps): swarm-cli')"
17
18
steps:
19
- name: Checkout code
0 commit comments