Skip to content

Commit

Permalink
add missing if compare-version to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBesson committed Jul 18, 2024
1 parent ececcf0 commit b1780ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable-check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
script: |
core.setFailed('Your Galaxy version is absent or empty!')
- name: Compare versions
if: ${{ inputs.compare-versions }}
uses: jackbilestech/semver-compare@1.0.4
with:
base: ${{env.MAIN_GALAXY_VERSION}}
head: ${{env.CURRENT_GALAXY_VERSION}}
base: ${{ env.MAIN_GALAXY_VERSION }}
head: ${{ env.CURRENT_GALAXY_VERSION }}
operator: '>='

0 comments on commit b1780ed

Please sign in to comment.