Skip to content

Commit

Permalink
Do release with .NET 8
Browse files Browse the repository at this point in the history
Nothing else
  • Loading branch information
mcraiha committed Nov 15, 2023
1 parent 9177286 commit 1743d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
- name: Add current ISO time to env property
Expand Down

0 comments on commit 1743d05

Please sign in to comment.