Skip to content

Commit d75851d

Browse files
committed
Action for npm publish
1 parent 704a35a commit d75851d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
VSCE_PAT: ${{ secrets.VSCE_PAT }}
3333
run: npx vsce publish --pat $VSCE_PAT
3434

35-
# - name: Setup npm authentication
36-
# run: |
37-
# echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
35+
- name: Setup npm authentication
36+
run: |
37+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3838
39-
# - name: Publish to npm
40-
# run: npm publish
39+
- name: Publish to npm
40+
run: npm publish

0 commit comments

Comments
 (0)