Skip to content

Commit c91f319

Browse files
authored
Update windows.yaml
1 parent a0da100 commit c91f319

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
16+
with:
17+
fetch-depth: 0
18+
fetch-tags: true
19+
1620
- name: Set up Python
1721
uses: actions/setup-python@v5
1822
with:
@@ -59,7 +63,7 @@ jobs:
5963

6064
- name: Create Changelog
6165
id: changelog
62-
uses: loopwerk/tag-changelog@v1
66+
uses: loopwerk/tag-changelog@v1.3.0
6367
with:
6468
token: ${{ secrets.PAT }}
6569

0 commit comments

Comments
 (0)