Skip to content

Commit

Permalink
fixing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Dec 18, 2021
1 parent f119d14 commit 6125104
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.7
with:
Expand Down

0 comments on commit 6125104

Please sign in to comment.