Skip to content

Commit

Permalink
Merge pull request #166 from ChrisNeedham24/fixPublishAction
Browse files Browse the repository at this point in the history
Fixed publish action by fetching tags.
  • Loading branch information
ChrisNeedham24 authored Jan 12, 2025
2 parents 5b0a23d + a8c4fe2 commit 533f7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
fetch-tags: true
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 533f7f5

Please sign in to comment.