We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530811f commit 81cd074Copy full SHA for 81cd074
1 file changed
.github/workflows/nuget-publish.yml
@@ -29,9 +29,8 @@ jobs:
29
- name: Checkout repository
30
uses: actions/checkout@v1
31
- name: Setup .NET Core @ Latest
32
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v3
33
with:
34
- dotnet-version: '3.1.x'
35
source-url: https://nuget.pkg.github.com/Contentstack/index.json
36
env:
37
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments