Skip to content

Commit e07ea8d

Browse files
authored
Merge pull request #49 from contentstack/fix/DX-1100-workflow-fix
fix: workflow fix
2 parents 7beff0f + ed2bed9 commit e07ea8d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Push generated package to GitHub registry
2222
run: |
2323
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
2525
2626
publish-git:
2727
runs-on: windows-latest
@@ -41,4 +41,4 @@ jobs:
4141
- name: Push generated package to GitHub registry
4242
run: |
4343
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

.talismanrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ fileignoreconfig:
1212
- filename: Contentstack.Core/Models/Query.cs
1313
checksum: ceea632e4ea870f35ad3bd313e9f8b4e5ec21aa86f006fca2e0a32945999ba67
1414
- filename: Contentstack.Core/Models/Taxonomy.cs
15-
checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
15+
checksum: db8bcefdc7aafde4286e7fb6d67348bec49f1ac27b54d84fddca8124135bd779
16+
- filename: .github/workflows/nuget-publish.yml
17+
checksum: 53ba4ce874c4d2362ad00deb23f5a6ec219318860352f997b945e9161a580651

0 commit comments

Comments
 (0)