Skip to content

Commit 81cd074

Browse files
authored
Update nuget-publish.yml
1 parent 530811f commit 81cd074

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
- name: Checkout repository
3030
uses: actions/checkout@v1
3131
- name: Setup .NET Core @ Latest
32-
uses: actions/setup-dotnet@v1
32+
uses: actions/setup-dotnet@v3
3333
with:
34-
dotnet-version: '3.1.x'
3534
source-url: https://nuget.pkg.github.com/Contentstack/index.json
3635
env:
3736
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)