We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12f5df commit 3c8e074Copy full SHA for 3c8e074
1 file changed
.github/workflows/release.yml
@@ -56,6 +56,9 @@ jobs:
56
uses: actions/checkout@v6
57
with:
58
fetch-depth: 0
59
+ # On workflow_dispatch, check out the actual tagged commit — not main HEAD.
60
+ # On tag push, github.ref already points at the tag; this is a no-op.
61
+ ref: ${{ github.event.inputs.tag || github.ref }}
62
63
- name: Select Xcode 26
64
run: sudo xcode-select -s /Applications/Xcode_26.4.app
0 commit comments