Skip to content

Commit

Permalink
Fix if statements
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 27, 2021
1 parent f6e3b6b commit b0d3290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ jobs:

- name: Publish java client for merge
id: publishJavaClient
if: ${{steps.extractBranch.outputs.branch == 'develop'}}
if: ${{steps.extractBranch.outputs.branch != 'develop'}}
run: sbt "+ publish" -Dproject.isSnapshot=true

0 comments on commit b0d3290

Please sign in to comment.