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 2cddd04 commit b6dbef9Copy full SHA for b6dbef9
.github/workflows/nuget-publish.yml
@@ -17,7 +17,6 @@ jobs:
17
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
18
- name: Build solution and generate NuGet package
19
run: |
20
- cd contentstack-management-dotnet
21
dotnet pack -c Release -o out
22
23
- name: Push generated package to GitHub registry
@@ -36,7 +35,6 @@ jobs:
36
35
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
38
39
40
41
42
0 commit comments