Skip to content

Commit

Permalink
fix: invalid parameter in publish command (#64)
Browse files Browse the repository at this point in the history
* Publish should work correctly

* Package access is set to public on publish
  • Loading branch information
zinoadidi authored Mar 5, 2021
1 parent 44598f6 commit 25eb036
Show file tree
Hide file tree
Showing 3 changed files with 470 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install Dependencies
run: yarn install
- name: Publish
run: npm publish access public
run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
Loading

0 comments on commit 25eb036

Please sign in to comment.