Skip to content

Commit

Permalink
Artifact is now liquibase-core
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Jul 25, 2022
1 parent 48d5b3d commit 8356e71
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,17 @@ jobs:
git config user.name "liquibot"
git config user.email "[email protected]"
- name: Download and install liquibase.jar
- name: Download and install liquibase-core.jar
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "liquibase/liquibase"
version: "tags/v${{ needs.setup.outputs.liquibaseVersion }}"
file: "liquibase-${{ needs.setup.outputs.liquibaseVersion }}.jar"
target: "liquibase.jar"
file: "liquibase-core-${{ needs.setup.outputs.liquibaseVersion }}.jar"
target: "liquibase-core.jar"
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install liquibase.jar
run: |
mvn -B org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file -Dfile=liquibase.jar
rm liquibase.jar
- name: Install liquibase-core.jar
run: mvn -B org.apache.maven.plugins:maven-install-plugin:3.0.0-M1:install-file -Dfile=liquibase-core.jar

- name: Update pom.xml with release versions and commit changes
run: |
Expand Down

0 comments on commit 8356e71

Please sign in to comment.