Skip to content

Commit 5dedfac

Browse files
Re-enable npm publish step in workflow (#7)
1 parent d24f2a2 commit 5dedfac

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,8 @@ jobs:
107107
with:
108108
name: nodejs-package
109109
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
110+
- name: Publish to npm
111+
run: npm publish --tag ${{ github.event.inputs.dist-tag }} --access public --registry https://registry.npmjs.org
113112

114113
publish-dotnet:
115114
name: Publish .NET SDK

0 commit comments

Comments
 (0)