We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ca5f6 commit 0071112Copy full SHA for 0071112
1 file changed
.github/workflows/update-packaging.yml
@@ -16,7 +16,8 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
with:
19
- ref: ${{ github.event.repository.default_branch }}
+ # Always base packaging changes on the default branch (main), not the tag name.
20
+ ref: main
21
22
- name: Determine tag
23
id: vars
@@ -83,4 +84,4 @@ jobs:
83
84
- Update Homebrew formula URL/SHA to ${{ steps.vars.outputs.tag }}
85
- Update vcpkg overlay REF/SHA512 to ${{ steps.vars.outputs.tag }}
86
branch: "bot/update-packaging-${{ steps.vars.outputs.tag }}"
- base: ${{ github.event.repository.default_branch }}
87
+ base: main
0 commit comments