From c9b992fc5588036d4e50fd37873b851179c4b5fc Mon Sep 17 00:00:00 2001 From: KushnirykOleh Date: Mon, 25 Nov 2024 17:31:43 +0200 Subject: [PATCH 1/2] updated to main (#217) --- .github/workflows/create-release.yml | 2 +- .github/workflows/release-published.yml | 2 +- .github/workflows/test.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 4df73f13..cc124bd6 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -7,5 +7,5 @@ on: jobs: create-release: - uses: liquibase/build-logic/.github/workflows/create-release.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/create-release.yml@main secrets: inherit diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 885cce84..353b83d9 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -7,5 +7,5 @@ on: jobs: release: - uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@main secrets: inherit diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8179f522..3ddc3f35 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ on: jobs: build-test: - uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main secrets: inherit dependabot-automerge: needs: build-test - uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@v0.7.8 + uses: liquibase/build-logic/.github/workflows/dependabot-automerge.yml@main secrets: inherit From 6fbbdf548adc6c360804e540e3f5b8ba054dab8e Mon Sep 17 00:00:00 2001 From: Sayali Mohadikar <76010603+sayaliM0412@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:51:23 -0500 Subject: [PATCH 2/2] Update attach-artifact-release.yml (#218) --- .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 10db01c0..a740eeae 100644 --- a/.github/workflows/attach-artifact-release.yml +++ b/.github/workflows/attach-artifact-release.yml @@ -4,6 +4,7 @@ on: pull_request: types: - closed + workflow_dispatch: jobs: attach-artifact-to-release: