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 fdd6979 commit 235d614Copy full SHA for 235d614
.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 || contains( env.COMMIT_MESSAGE , '--tag=v3-latest' ) == true )
+ if: github.event_name == 'push' && contains( env.COMMIT_MESSAGE , '--tag=v3-latest' ) != true
54
55
56
build-rust-binding:
0 commit comments