Skip to content

Commit

Permalink
fix server version in download
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 19, 2024
1 parent fbd0f0c commit a61f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
# testing

- name: "Download nats-server version ${{ inputs.server_version }}"
if: inputs.quick_test != 'ON' && !inputs.server_version
if: inputs.quick_test != 'ON' && inputs.server_version
working-directory: ./build
run: |
if [[ "${{ inputs.server_version }}" == "latest" ]]; then
Expand Down

0 comments on commit a61f68a

Please sign in to comment.