Skip to content

Commit

Permalink
Fix nightly builds (#186)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Alejandro Alvarez authored Oct 19, 2023
1 parent 4856209 commit 91f5277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
nightly-build:
uses: liquibase/build-logic/.github/workflows/oss[email protected]
uses: liquibase/build-logic/.github/workflows/os[email protected]
with:
nightly: true
secrets: inherit

0 comments on commit 91f5277

Please sign in to comment.