Skip to content

Commit c4f0dff

Browse files
committed
Attempt to satisfy the git last tag check
1 parent 0e58c07 commit c4f0dff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout repository
1717
uses: actions/checkout@v2
18+
with:
19+
ref: master
20+
fetch-depth: 0
1821

1922
- name: Setup .NET Core SDK ${{ env.DOTNETVERSION }}
2023
uses: actions/setup-dotnet@v1.7.2

0 commit comments

Comments
 (0)