Skip to content

Commit 5d01549

Browse files
committed
chore: update github action
1 parent 56e6085 commit 5d01549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ jobs:
133133
- name: Release Edge version
134134
if: |
135135
github.event_name == 'push' &&
136-
!contains(github.event.head_commit.message, '[skip-release]') &&
137-
!contains(github.event.head_commit.message, 'chore') &&
138-
!contains(github.event.head_commit.message, 'docs')
136+
!startsWith(github.event.head_commit.message, '[skip-release]') &&
137+
!startsWith(github.event.head_commit.message, 'chore') &&
138+
!startsWith(github.event.head_commit.message, 'docs')
139139
run: ./scripts/release-edge.sh
140140
env:
141141
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}

0 commit comments

Comments
 (0)