fetch-tags doesnt work when triggered by a tag (#190)

pull/191/head
Christopher Jolly 2 years ago committed by GitHub
parent b4dcf486a6
commit f8b8872f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,7 +32,6 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: ${{ env.checkoutFetchDepth }}
fetch-tags: true
- name: 'Get Head Commit Info'
id: GetHeadCommitInfo
shell: pwsh
@ -344,8 +343,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-tags: true
- name: Setup .NET SDK
uses: actions/setup-dotnet@v3
with:

Loading…
Cancel
Save