Skip to content

Commit

Permalink
Merge pull request #2 from bitfrost/npm
Browse files Browse the repository at this point in the history
publish fork to npm
  • Loading branch information
bitfrost authored Oct 4, 2024
2 parents b8ce2e4 + b2fa0e2 commit 8c8b2a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build
run: pnpm build
- name: Publish
run: npm publish
run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
"type": "git",
"url": "git://github.com/bitfrost/yoga-wasm-web"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"files": [
"dist",
Expand Down

0 comments on commit 8c8b2a2

Please sign in to comment.