Skip to content

Commit e94827b

Browse files
Merge pull request #167 from ChrisNeedham24/adjustPublishFetchDepth
Adjusted publish action to fetch all commits and tags.
2 parents 533f7f5 + d594e0a commit e94827b

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-depth: 0
1617
fetch-tags: true
1718
- name: Set up Python
1819
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)