Skip to content

Commit

Permalink
Update publish-utf8json.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jan 16, 2024
1 parent d99caf4 commit e472877
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/publish-utf8json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:

# Required for a specific dotnet version that doesn't come with ubuntu-latest / windows-latest
# Visit bit.ly/2synnZl to see the list of SDKs that are pre-installed with ubuntu-latest / windows-latest
- name: Setup dotnet
uses: actions/setup-dotnet@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: |
6.0.x
7.0.x
8.0.x
# Publish
- name: publish on version change
Expand Down

0 comments on commit e472877

Please sign in to comment.