Skip to content

Commit 33941b1

Browse files
committed
fix: if condition in workflow
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
1 parent db69477 commit 33941b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
release:
16-
if: !contains(github.event.commits.*.message, "[skip release]")
16+
if: ${{ !contains(github.event.head_commit.message, '[skip release]') }}
1717
environment: Production
1818
name: Release
1919
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)