Skip to content

Commit

Permalink
chore(release-published.yml): update branch names in workflow file fo…
Browse files Browse the repository at this point in the history
…r 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.
  • Loading branch information
jandroav committed Oct 5, 2023
1 parent 352630d commit 968db2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 968db2e

Please sign in to comment.