Skip to content

Commit

Permalink
Merge pull request #516 from liquibase/DAT-15456
Browse files Browse the repository at this point in the history
Dat 15456
  • Loading branch information
jandroav committed Jul 28, 2023
2 parents c165536 + 2c7fc25 commit e7226c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/attach-artifact-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Attach Artifact to Release

on:
workflow_dispatch:
pull_request:
types:
- closed

jobs:

attach-artifact-to-release:
uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@v0.3.3
uses: liquibase/build-logic/.github/workflows/extension-attach-artifact-release.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-hibernate6</artifactId>
<version>4.23.2-SNAPSHOT</version>
<version>4.23.1-SNAPSHOT</version>

<name>Liquibase Hibernate Integration</name>
<description>Liquibase extension for hibernate integration including generating changesets based on changed
Expand Down

0 comments on commit e7226c9

Please sign in to comment.