Skip to content

Commit

Permalink
Remove liquibase.jar after download so it doesn't anger git
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed May 26, 2022
1 parent 4e9a950 commit a7e1d88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
- 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: Update pom.xml with release versions and commit changes
run: |
Expand Down

0 comments on commit a7e1d88

Please sign in to comment.