Skip to content

Commit 554eab3

Browse files
committed
Tell checkout Action to fetch tags, as they are necessary to determine the version
1 parent 1696ff6 commit 554eab3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-tags: true
1315
- name: Set up Python
1416
uses: actions/setup-python@v5
1517
with:

0 commit comments

Comments
 (0)