Skip to content

Commit

Permalink
Update publish_nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongph87 authored Jan 28, 2024
1 parent 71c27fc commit cc2a5ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- run: dotnet pack --configuration Release --output ${{env.NuGetDirectory}}
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
# Install the .NET SDK indicated in the global.json file
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
# Download the NuGet package created in the previous job
Expand All @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Run tests
Expand All @@ -76,7 +76,7 @@ jobs:

# Install the .NET SDK indicated in the global.json file
- name: Setup .NET SDK
uses: actions/setup-dotnet@v4
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Publish NuGet package
Expand Down

0 comments on commit cc2a5ed

Please sign in to comment.