Update push.yml (#187)

Fetch tags when checking out
pull/188/head
Christopher Jolly 2 years ago committed by GitHub
parent 33c0158ff9
commit b7d03c8922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: ${{ env.checkoutFetchDepth }}
fetch-tags: true
- name: 'Get Head Commit Info'
id: GetHeadCommitInfo
shell: pwsh
@ -340,6 +341,8 @@ 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