Skip to content

Commit

Permalink
fix3
Browse files Browse the repository at this point in the history
  • Loading branch information
mtirionMSFT committed Oct 29, 2024
1 parent e3a3495 commit 23c493f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ on:
jobs:
build:
runs-on: windows-latest
steps:

# Checkout sources. Depth=0 is for using GitVersion
steps:
# Checkout sources. Depth=0 is for using GitVersion
- name: Checkout
uses: actions/checkout@v2
with:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: 8.x

# Install and Setup GitVersion
# Install and Setup GitVersion
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
Expand Down

0 comments on commit 23c493f

Please sign in to comment.