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

Loading…
Cancel
Save