From 91f5277284a2f434f3c5f5a5430da95ec555647f Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Date: Thu, 19 Oct 2023 17:05:48 +0200 Subject: [PATCH] Fix nightly builds (#186) * chore(workflows): update liquibase/build-logic workflows to latest versions - Update attach-artifact-release.yml to use v0.5.1 of extension-attach-artifact-release.yml - Add build-nightly.yml workflow with v0.5.1 of oss-extension-test.yml - Update create-release.yml to use v0.5.1 of create-release.yml - Update release-published.yml to use v0.5.1 of extension-release-published.yml - Update test.yml to use v0.5.1 of sonar-pull-request.yml and dependabot-automerge.yml * fix(build-nightly.yml): fix typo in workflow file name from oss-extension-test.yml to os-extension-test.yml for correct workflow usage --- .github/workflows/build-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 5113078..92da851 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -8,7 +8,7 @@ on: jobs: nightly-build: - uses: liquibase/build-logic/.github/workflows/oss-extension-test.yml@v0.5.1 + uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.1 with: nightly: true secrets: inherit \ No newline at end of file