Skip to content

Commit 311b35a

Browse files
committed
Disable publication to NPM for testing purposes (#188 #228)
1 parent 0ff52dd commit 311b35a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
with:
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
- name: Publish to NPM
51-
run: yarn publish
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50+
# - name: Publish to NPM
51+
# run: yarn publish
52+
# env:
53+
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5454
- name: Merge into gh-pages
5555
uses: devmasx/[email protected]
5656
with:

0 commit comments

Comments
 (0)