Skip to content

Commit

Permalink
Add dotnet 8.0 to the release action
Browse files Browse the repository at this point in the history
  • Loading branch information
hadashiA committed Sep 14, 2023
1 parent 0f9c3d9 commit 15214f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
dotnet-version: |
6.0.x
7.0.x
8.0.x
- run: dotnet build -c Release -p:Version=${{ env.GIT_TAG }}
- run: dotnet test -c Release -p:Version=${{ env.GIT_TAG }}
- run: dotnet pack -c Release --no-build -p:Version=${{ env.GIT_TAG }} -o ./publish
Expand Down

0 comments on commit 15214f4

Please sign in to comment.