File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 21
21
- name : Push generated package to GitHub registry
22
22
run : |
23
23
cd out
24
- dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
24
+ dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json
25
25
26
26
publish-git :
27
27
runs-on : windows-latest
41
41
- name : Push generated package to GitHub registry
42
42
run : |
43
43
cd out
44
- dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json
44
+ dotnet nuget push "contentstack.csharp.*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ fileignoreconfig:
12
12
- filename: Contentstack.Core/Models/Query.cs
13
13
checksum: ceea632e4ea870f35ad3bd313e9f8b4e5ec21aa86f006fca2e0a32945999ba67
14
14
- filename: Contentstack.Core/Models/Taxonomy.cs
15
- checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
15
+ checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
16
+ - filename: .github/workflows/nuget-publish.yml
17
+ checksum: 53ba4ce874c4d2362ad00deb23f5a6ec219318860352f997b945e9161a580651
You can’t perform that action at this time.
0 commit comments