Skip to content

Commit 7d10ec8

Browse files
chore: ci/cd uploads release to nuget
1 parent 4047445 commit 7d10ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ jobs:
5252
if: startsWith(github.ref, 'refs/tags/')
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
- run: dotnet nuget push ./dist/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
56+
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)