Skip to content

Commit cb81678

Browse files
committed
Use fetch-depth for versioning.
1 parent b49b414 commit cb81678

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/smoketest-build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: '5'
2527

2628
- name: Setup .NET
2729
uses: actions/setup-dotnet@v4
2830
with:
2931
dotnet-version: '8.0.x'
3032

31-
- name: Handle versioning
32-
run: cp ./version.json ./nanoFirmwareFlasher.Tool/
33+
# - name: Handle versioning
34+
# run: cp ./version.json ./nanoFirmwareFlasher.Tool/
3335

3436
- name: Build solution
3537
run: dotnet build

0 commit comments

Comments
 (0)