Skip to content

Commit 22da99b

Browse files
Update release.yml
1 parent ae55116 commit 22da99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
files: ${{ env.PACKAGE_PATH }}
6464
tag_name: ${{ steps.version.outputs.version }}
6565

66-
- name: Push NuGet package to NuGet Gallery
66+
- name: Push NuGet Package to NuGet Gallery
6767
run: dotnet nuget push ${{ env.PACKAGE_PATH }} --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)