Skip to content

Commit

Permalink
NPM puckage should be public
Browse files Browse the repository at this point in the history
Fix publish pipeline and bump version
  • Loading branch information
MaybeJustJames committed Jan 9, 2023
1 parent 3c78c3d commit 0b2f6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
package.json
- name: Publish to NPM
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibbioinfocore/phyd3-example-app",
"version": "1.0.0",
"version": "1.0.1",
"description": "An example app demonstrating the use of PhyD3",
"source": "src/app.js",
"type": "module",
Expand Down

0 comments on commit 0b2f6d1

Please sign in to comment.