Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd authored Sep 17, 2023
1 parent 470b340 commit cecb5f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0

- name: Install GitVersion
Expand All @@ -41,6 +42,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down Expand Up @@ -69,6 +71,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit cecb5f8

Please sign in to comment.