We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5211a commit 2032d67Copy full SHA for 2032d67
1 file changed
.github/workflows/nuget-publish.yml
@@ -11,9 +11,7 @@ jobs:
11
- name: Checkout repository
12
uses: actions/checkout@v1
13
- name: Setup .NET Core @ Latest
14
- uses: actions/setup-dotnet@v1
15
- with:
16
- dotnet-version: 3.1
+ uses: actions/setup-dotnet@v3
17
env:
18
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
19
- name: Build solution and generate NuGet package
@@ -31,9 +29,8 @@ jobs:
31
29
32
30
33
34
35
with:
36
- dotnet-version: 3.1.x
37
source-url: https://nuget.pkg.github.com/Contentstack/index.json
38
39
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments