We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ed072 commit b5c5901Copy full SHA for b5c5901
.github/workflows/nuget-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v1
14
- name: Setup .NET Core @ Latest
15
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
16
env:
17
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_API_KEY }}
18
- name: Build solution and generate NuGet package
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
with:
37
source-url: https://nuget.pkg.github.com/Contentstack/index.json
38
0 commit comments