From 2a6e5ee89ba7f34c1d25c1dd8ccedeee547ecf8a Mon Sep 17 00:00:00 2001 From: jandroav Date: Fri, 28 Jul 2023 15:26:39 +0200 Subject: [PATCH 1/3] chore(attach-artifact-release.yml): add workflow_dispatch event to trigger the workflow manually fix(attach-artifact-release.yml): include closed pull requests as trigger for the workflow to ensure artifacts are attached to releases --- .github/workflows/attach-artifact-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index f98b0492..216f711b 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -1,6 +1,7 @@ name: Attach Artifact to Release on: + workflow_dispatch: pull_request: types: - closed From 113dffe5c50481dc8767365b8ea9b977390a0e20 Mon Sep 17 00:00:00 2001 From: jandroav Date: Fri, 28 Jul 2023 15:29:49 +0200 Subject: [PATCH 2/3] chore(pom.xml): update liquibase-hibernate6 version from 4.23.2-SNAPSHOT to 4.23.1-SNAPSHOT for compatibility reasons --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ca0ef45..0612c4d0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.liquibase.ext liquibase-hibernate6 - 4.23.2-SNAPSHOT + 4.23.1-SNAPSHOT Liquibase Hibernate Integration Liquibase extension for hibernate integration including generating changesets based on changed From 2c7fc25a152b3094372792f11fb0ab98c84d8bed Mon Sep 17 00:00:00 2001 From: jandroav Date: Fri, 28 Jul 2023 15:31:26 +0200 Subject: [PATCH 3/3] chore(attach-artifact-release.yml): update liquibase/build-logic extension version to 'main' branch for improved stability and compatibility --- .github/workflows/attach-artifact-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/attach-artifact-release.yml b/.github/workflows/attach-artifact-release.yml index 216f711b..609cf4d7 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -9,5 +9,5 @@ on: 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