We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f8428 commit e3eb104Copy full SHA for e3eb104
1 file changed
.github/workflows/release.yml
@@ -27,6 +27,8 @@ jobs:
27
- name: Release - Checkout repository
28
uses: actions/checkout@v6
29
with:
30
+ # Fetch tags so workflow_dispatch can resolve and checkout the target tag
31
+ fetch-tags: true
32
# Explicitly checkout the tag ref to ensure we build the correct commit
33
# For tag pushes: refs/tags/vX.Y.Z
34
# For workflow_dispatch: refs/heads/<branch> (will be validated below)
0 commit comments