Skip to content

Commit 62a12ea

Browse files
Merge pull request #122 from notion-dotnet/ci/121-fix-publish-code-nuget-task-tries-to-push-snupkg-package-twice
Fix NuGet push task tries to push snupkg twice 💚
2 parents a4712ff + 72a13e8 commit 62a12ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: PackOutputs/*
4343

4444
- name: Publish Nuget Package
45-
run: dotnet nuget push PackOutputs/* --api-key ${{ secrets.NUGET_API_KEY }}
45+
run: dotnet nuget push PackOutputs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
4646

4747
- name: Upload Nuget packages as release artifacts
4848
uses: actions/github-script@v2

0 commit comments

Comments
 (0)