Skip to content

Commit

Permalink
fix: npmjs CI doesn't publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hecht-a committed Sep 5, 2022
1 parent 5d8fc3f commit 2da0dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npmjs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: make types

- name: Publish the package
run: 'make publish-npmjs || true'
run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23 changes: 0 additions & 23 deletions index.html

This file was deleted.

0 comments on commit 2da0dd3

Please sign in to comment.