Skip to content

Commit

Permalink
Update release pipeline to dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
Apostolique committed Dec 29, 2023
1 parent f911ed0 commit 0b20d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '5.0.x'
dotnet-version: '8.0.x'
- name: Get version from tag
run: |
TAGVERSION=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit 0b20d6e

Please sign in to comment.