Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Dec 1, 2023
1 parent 693970f commit 387a7b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ jobs:

steps:
- name: Install GitVersion
uses: GitTools/actions/gitversion/setup@v0.9.11
uses: GitTools/actions/gitversion/setup@a41619580c25efb59dfc062e92990914141abcad # v0.10.2
with:
versionSpec: '5.5.0'

- uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0
with:
dotnet-version: '3.1.x'

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v1

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0

Expand All @@ -33,7 +37,7 @@ jobs:

- name: Run GitVersion
id: gitversion
uses: GitTools/actions/gitversion/execute@v0.9.11
uses: GitTools/actions/gitversion/execute@a41619580c25efb59dfc062e92990914141abcad # v0.10.2

- name: Echo version
run: echo ${{ steps.gitversion.outputs.majorMinorPatch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup .NET SDK
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
include-prerelease: true
- name: NuGet Cache
uses: actions/cache@v2
Expand Down

0 comments on commit 387a7b0

Please sign in to comment.