Skip to content

Commit 045d7ae

Browse files
committed
fix if
1 parent 5564f2b commit 045d7ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-java-bindings-new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108

109109
publish:
110110
name: Publish
111+
if: ${{ inputs.release-type != 'none' && github.event_name == 'workflow_dispatch' }}
111112
# needs: [build, test]
112113
runs-on: ubuntu-latest
113-
if: ${{ inputs.release-type != 'none' }} && github.event_name == 'workflow_dispatch'
114114
steps:
115115
- uses: actions/checkout@v4
116116
with:

0 commit comments

Comments
 (0)