Skip to content

Commit

Permalink
Fetch tags in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-brands committed May 25, 2024
1 parent a604a39 commit 3eb3e00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/NUnit.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: ⤵️ Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -60,6 +62,8 @@ jobs:
steps:
- name: ⤵️ Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -90,6 +94,8 @@ jobs:
steps:
- name: ⤵️ Checkout Source
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 3eb3e00

Please sign in to comment.