Skip to content

Commit 533f7f5

Browse files
Merge pull request #166 from ChrisNeedham24/fixPublishAction
Fixed publish action by fetching tags.
2 parents 5b0a23d + a8c4fe2 commit 533f7f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
with:
1515
ref: ${{ github.ref }}
16+
fetch-tags: true
1617
- name: Set up Python
1718
uses: actions/setup-python@v5
1819
with:

0 commit comments

Comments
 (0)