Skip to content
This repository was archived by the owner on Sep 2, 2020. It is now read-only.

Commit 444b96b

Browse files
authored
Hotfix 4.0.2 (#48)
* Add github workflows (#44) * Add github workflows * Remove travis workflow * Fix error on publishing code coverage * Disable codecov gcov * Update jest config * Bump version * Update installation instruction (#46) * Add github workflows * Remove travis workflow * Fix error on publishing code coverage * Disable codecov gcov * Update jest config * Bump version * Update installation instruction * Update publish workflow
1 parent b3afa1e commit 444b96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 12
3636
registry-url: https://registry.npmjs.org/
3737
- run: npm ci
38-
- run: npm publish
38+
- run: npm publish --access public
3939
env:
4040
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4141

0 commit comments

Comments
 (0)