Skip to content

Commit

Permalink
Merge branch 'main' into DAT-16025
Browse files Browse the repository at this point in the history
  • Loading branch information
jandroav authored Oct 5, 2023
2 parents 1c05641 + 3fd9ecf commit 1621bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: build-release-artifacts
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
git reset --hard HEAD~2
- name: Get Artifact ID
id: get-artifact-id
Expand Down

0 comments on commit 1621bcb

Please sign in to comment.