We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24f2a2 commit 5dedfacCopy full SHA for 5dedfac
1 file changed
.github/workflows/publish.yml
@@ -107,9 +107,8 @@ jobs:
107
with:
108
name: nodejs-package
109
path: nodejs/*.tgz
110
- # TODO: Re-enable npm publish once ready
111
- # - name: Publish to npm
112
- # run: npm publish --tag ${{ github.event.inputs.dist-tag }} --access public --registry https://registry.npmjs.org
+ - name: Publish to npm
+ run: npm publish --tag ${{ github.event.inputs.dist-tag }} --access public --registry https://registry.npmjs.org
113
114
publish-dotnet:
115
name: Publish .NET SDK
0 commit comments