Skip to content

Commit d9301dc

Browse files
committed
Include tags when performing checkout
1 parent a530e5a commit d9301dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232
with:
3333
ref: ${{ inputs.head-sha }}
34+
fetch-tags: true
3435

3536
- name: Install Python
3637
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)