Skip to content

Commit ed87a30

Browse files
author
chenjiajun79
committed
fix(ci): typo
1 parent 24150b1 commit ed87a30

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)