Skip to content

Commit 3a98506

Browse files
committed
uncomment publish to nuget on tagging
1 parent da01d31 commit 3a98506

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
6060
name: Create or update release for tag on github
6161

62-
# - run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
63-
# name: release to nuget.org
64-
# if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')
62+
- run: dotnet nuget push 'build/output/*.nupkg' -k ${{secrets.NUGET_ORG_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true
63+
name: release to nuget.org
64+
if: github.event_name == 'push' && startswith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)