Skip to content

Commit

Permalink
changed 0-snapshot to master-snapshot in advanced.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PavloTytarchuk committed Oct 17, 2023
1 parent 3c910e2 commit 9b94e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=0-SNAPSHOT
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=master-SNAPSHOT
mvn -B liquibase-sdk:install-snapshot \
"-Dliquibase.sdk.branchSearch=${{ steps.configure-build.outputs.liquibaseBranch }},master,main" \
"-Dliquibase.sdk.repo=liquibase/liquibase,liquibase/liquibase-pro"
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=0-SNAPSHOT
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=master-SNAPSHOT
- name: ${{ matrix.database }} Test Run
run: ./src/test/resources/automation-runner.sh ${{ matrix.database }} ${{ needs.setup.outputs.testClasses }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
run: |
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=0-SNAPSHOT
mvn -B versions:set-property -Dproperty=liquibase-core.version -DnewVersion=master-SNAPSHOT
mvn -B liquibase-sdk:set-commit-status \
"-Dliquibase.sdk.status.commit=installed" \
Expand Down

0 comments on commit 9b94e17

Please sign in to comment.