Skip to content

Commit 615bca0

Browse files
Single-Dancerchenjiajun79
andauthored
fix(ci): typo (#17513)
Co-authored-by: chenjiajun79 <[email protected]>
1 parent 328be6c commit 615bca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: echo "ABORT=true" >> $GITHUB_ENV
5151

5252
- name: Publish push tag verification
53-
if: github.event_name == 'push' && ( contains( env.COMMIT_MESSAGE , '--tag=' ) != true || containes( env.COMMIT_MESSAGE , '--tag=v3-latest' ) == true )
53+
if: github.event_name == 'push' && ( contains( env.COMMIT_MESSAGE , '--tag=' ) != true || contains( env.COMMIT_MESSAGE , '--tag=v3-latest' ) == true )
5454
run: echo "ABORT=true" >> $GITHUB_ENV
5555

5656
build-rust-binding:

0 commit comments

Comments
 (0)