Skip to content

Commit

Permalink
Disable publication to NPM for testing purposes (#188 #228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Dec 17, 2020
1 parent 45bb9f7 commit 62ff57b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
with:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to NPM
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish to NPM
# run: yarn publish
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Merge into gh-pages
uses: devmasx/[email protected]
with:
Expand Down

0 comments on commit 62ff57b

Please sign in to comment.