Skip to content

Commit

Permalink
chore(extension-attach-artifact-release.yml): add mvn clean install -…
Browse files Browse the repository at this point in the history
…DskipTests step to the release workflow to build the artifact without running tests
  • Loading branch information
jandroav committed Aug 2, 2023
1 parent b3c021e commit f6e4e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/extension-attach-artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
mvn -B release:clean release:prepare -Dusername=liquibot -Dpassword=$GITHUB_TOKEN -Darguments="-Dmaven.javadoc.skip=true -Dmaven.test.skipTests=true -Dmaven.test.skip=true -Dmaven.deploy.skip=true" -DreleaseVersion=${{ github.event.inputs.liquibaseVersion }} -DpushChanges=false
git reset HEAD~ --hard
mvn clean install -DskipTests
- name: Get Artifact ID
id: get-artifact-id
Expand Down

0 comments on commit f6e4e70

Please sign in to comment.