Skip to content

Commit e3962e0

Browse files
authored
Merge pull request #13 from tencentcloudstack/feat/support-nuget
feat: support nuget publish
2 parents 8556287 + 16a778d commit e3962e0

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
@@ -12,7 +12,7 @@ env:
1212
NPM_REGISTRY_URL: https://registry.npmjs.org
1313
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
1414
NUGET_FEED_URL: https://api.nuget.org/v3/index.json
15-
PUBLISH_NUGET: false # not support nuget because of the account reason.
15+
PUBLISH_NUGET: true
1616
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
1717
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
1818
PYPI_REPOSITORY_URL: ""

0 commit comments

Comments
 (0)