Skip to content

Commit

Permalink
Use fetch-depth for versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
networkfusion committed Jun 14, 2024
1 parent b49b414 commit cb81678
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/smoketest-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,16 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: '5'

- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'

- name: Handle versioning
run: cp ./version.json ./nanoFirmwareFlasher.Tool/
# - name: Handle versioning
# run: cp ./version.json ./nanoFirmwareFlasher.Tool/

- name: Build solution
run: dotnet build

0 comments on commit cb81678

Please sign in to comment.