Skip to content

Commit

Permalink
Update os-extension-test.yml
Browse files Browse the repository at this point in the history
fix another typo with nightly
  • Loading branch information
jnewton03 authored Sep 6, 2023
1 parent 5ffc6d8 commit f233f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os-extension-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: 'maven'

- name: Set latest liquibase version
if: ${{ inputs.nigthly }}
if: ${{ inputs.nightly }}
run: mvn versions:set-property -Dproperty=liquibase.version -DnewVersion=master-SNAPSHOT

- name: Build and Package
Expand Down

0 comments on commit f233f83

Please sign in to comment.