From 968db2eee75e953ee47f4bc54174ddb1ffb4133e Mon Sep 17 00:00:00 2001 From: jandroav Date: Thu, 5 Oct 2023 10:16:52 +0200 Subject: [PATCH] chore(release-published.yml): update branch names in workflow file for better readability and consistency The branch name 'refs/heads/hibernate5' has been changed to 'hibernate5' to match the actual branch name. The branch name variable '${{ github.ref }}' has been changed to 'main' to explicitly specify the branch name. --- .github/workflows/release-published.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index e02193dd..d6e1843c 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -13,11 +13,11 @@ jobs: release-hibernate6: uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025 with: - branch: ${{ github.ref }} + branch: 'main' secrets: inherit release-hibernate5: uses: liquibase/build-logic/.github/workflows/extension-release-published.yml@DAT-16025 with: - branch: 'refs/heads/hibernate5' + branch: 'hibernate5' secrets: inherit \ No newline at end of file