Skip to content

Commit 0071112

Browse files
committed
fix: packaging fix
1 parent 19ca5f6 commit 0071112

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/update-packaging.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
with:
19-
ref: ${{ github.event.repository.default_branch }}
19+
# Always base packaging changes on the default branch (main), not the tag name.
20+
ref: main
2021

2122
- name: Determine tag
2223
id: vars
@@ -83,4 +84,4 @@ jobs:
8384
- Update Homebrew formula URL/SHA to ${{ steps.vars.outputs.tag }}
8485
- Update vcpkg overlay REF/SHA512 to ${{ steps.vars.outputs.tag }}
8586
branch: "bot/update-packaging-${{ steps.vars.outputs.tag }}"
86-
base: ${{ github.event.repository.default_branch }}
87+
base: main

0 commit comments

Comments
 (0)