Skip to content

Commit

Permalink
checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
florianBachinger authored Dec 18, 2023
1 parent af8de4e commit f1ea67f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
name: Build, Test and (Publish if not pull request) ${{ matrix.dotnet }}

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # avoid shallow clone so nbgv can work.
- uses: dotnet/nbgv@master
with:
setAllVars: true
id: nbgv
name: install semantic versioning tool (nerdbank.gitversioning)

- uses: actions/checkout@v2
with:
fetch-depth: 0 # avoid shallow clone so nbgv can work.


- name: Setup dotnet
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit f1ea67f

Please sign in to comment.