Skip to content

Commit 87961ad

Browse files
committed
Updated gitaction
1 parent ac6c485 commit 87961ad

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)