We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7283bce commit 4f7220eCopy full SHA for 4f7220e
1 file changed
.github/workflows/nuget-publish.yml
@@ -18,7 +18,6 @@ jobs:
18
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
19
- name: Build solution and generate NuGet package
20
run: |
21
- cd contentstack-utils-dotnet
22
dotnet pack -c Release -o out
23
24
- name: Push generated package to GitHub registry
@@ -38,7 +37,6 @@ jobs:
38
37
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39
40
41
42
43
44
0 commit comments