Skip to content

Commit 74e99d6

Browse files
authored
Merge pull request #41 from NavneetHegde/UpdateWithNewExtensionUsingAI
Updated gitaction
2 parents a03d65f + 87961ad commit 74e99d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,6 @@ jobs:
6464
- name: Nuget push
6565
run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
6666

67-
67+
- name: Done
68+
run: echo "Package published successfully!"
6869

0 commit comments

Comments
 (0)