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 328be6c commit 615bca0Copy full SHA for 615bca0
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
run: echo "ABORT=true" >> $GITHUB_ENV
51
52
- 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 )
+ if: github.event_name == 'push' && ( contains( env.COMMIT_MESSAGE , '--tag=' ) != true || contains( env.COMMIT_MESSAGE , '--tag=v3-latest' ) == true )
54
55
56
build-rust-binding:
0 commit comments