Skip to content

Commit a73641c

Browse files
committed
Test commit
1 parent 88aab01 commit a73641c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Automatic Build
1+
name: Automatic build
22

33
on:
44
push:
@@ -20,6 +20,8 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Decide version
2527
shell: bash

0 commit comments

Comments
 (0)