Fixed release builds 10

This commit is contained in:
Tig
2025-05-31 19:53:48 -06:00
parent a4b12bd046
commit 4cff53f49c
2 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ jobs:
# Ensure that RELEASE builds are not broken
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4
- name: Setup .NET Core

View File

@@ -14,9 +14,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# with:
# fetch-depth: 0 # fetch-depth is needed for GitVersion
- name: Checkout ${{ github.ref_name }}
uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch-depth is needed for GitVersion https://github.com/GitTools/actions/blob/main/docs/cloning.md
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.1.11