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 8c51738 commit 73260dcCopy full SHA for 73260dc
1 file changed
.github/workflows/release.yml
@@ -87,7 +87,9 @@ jobs:
87
- name: Checkout Source
88
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
89
with:
90
+ # Dry-run validation resolves the requested tag locally; we need tags but not history.
91
fetch-depth: 1
92
+ fetch-tags: true
93
94
- name: Check release tag and draft state
95
env:
0 commit comments