Skip to content

Commit

Permalink
fix: point to main scripts (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert authored Dec 6, 2024
1 parent 73facdd commit 1add156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ permissions:

jobs:
release:
uses: liquibase/build-logic/.github/workflows/pom-release-published.yml@vmain
uses: liquibase/build-logic/.github/workflows/pom-release-published.yml@main
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@vmain
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@main
secrets: inherit
with:
java: '[21]'
Expand Down

0 comments on commit 1add156

Please sign in to comment.