Skip to content

Commit

Permalink
Attempt to satisfy the git last tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Jul 26, 2021
1 parent 0e58c07 commit c4f0dff
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 @@ -15,6 +15,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
ref: master
fetch-depth: 0

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

0 comments on commit c4f0dff

Please sign in to comment.