Skip to content

Commit

Permalink
Disabled npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
luvies committed Aug 2, 2020
1 parent c44dfd0 commit b9b2b38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Test
run: pnpm test

- name: Publish to npm
run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish to npm
# run: pnpm publish --no-git-checks
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Setup node 14 with GitHub registry
uses: actions/setup-node@v1
Expand Down

0 comments on commit b9b2b38

Please sign in to comment.