Skip to content

Commit

Permalink
Merge pull request #566 from liquibase/hibernate5-test-jandro
Browse files Browse the repository at this point in the history
Hibernate5 test jandro
  • Loading branch information
jandroav committed Oct 5, 2023
2 parents b5c7075 + 75ce504 commit 8537035
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ permissions:
pull-requests: write

jobs:
release:
uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.4.6
release-hibernate6:
uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025
with:
branch: ${{ github.ref }}
secrets: inherit

release-hibernate5:
uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025
with:
branch: 'refs/heads/hibernate5'
secrets: inherit
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,3 @@
</profiles>

</project>

0 comments on commit 8537035

Please sign in to comment.