Skip to content

Commit d021428

Browse files
chore: rename package.yml to release.yml and enable publish step (#1507)
1 parent 4094746 commit d021428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
name: nuget-package
5656
path: '*.nupkg'
5757

58-
# - name: Publish
59-
# run: nuget push *.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate
58+
- name: Publish
59+
run: nuget push *.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGET_API_KEY}} -SkipDuplicate

0 commit comments

Comments
 (0)