From 1b081f1f389ddf71ecc312d2209907c7e856b533 Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Fri, 2 Aug 2024 11:18:36 +0200 Subject: [PATCH] Dat 18309 (#120) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⬆️ (create-release.yml): upgrade liquibase/build-logic action to version DAT-18309 to address issue DAT-18309 and incorporate new changes. * ✨ (create-release.yml): add workflow_dispatch event trigger to manually trigger the workflow execution * ⬆️ (release-published.yml): upgrade extension-release-published.yml to version DAT-18309 to address issue DAT-18309 and improve functionality * ⬆️ (attach-artifact-release.yml): upgrade extension-attach-artifact-release.yml to version DAT-18309 to address issue DAT-18309 and improve functionality * ⬆️ (create-release.yml): upgrade liquibase/build-logic action to version v0.7.8 to ensure compatibility and utilize the latest features --- .github/workflows/create-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f542e82..fa7a0c0 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -1,7 +1,6 @@ name: Create Release on: - workflow_dispatch: push: branches: - main @@ -12,5 +11,5 @@ permissions: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@DAT-18309 + uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.8 secrets: inherit