Skip to content

Commit 4f7220e

Browse files
authored
Update nuget-publish.yml
1 parent 7283bce commit 4f7220e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
1919
- name: Build solution and generate NuGet package
2020
run: |
21-
cd contentstack-utils-dotnet
2221
dotnet pack -c Release -o out
2322
2423
- name: Push generated package to GitHub registry
@@ -38,7 +37,6 @@ jobs:
3837
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3938
- name: Build solution and generate NuGet package
4039
run: |
41-
cd contentstack-utils-dotnet
4240
dotnet pack -c Release -o out
4341
4442
- name: Push generated package to GitHub registry

0 commit comments

Comments
 (0)