Skip to content

Commit

Permalink
Merge pull request #190 from mkobayashime/npm-registry-url
Browse files Browse the repository at this point in the history
chore(ci): ensure npm package can be published on CI
  • Loading branch information
mkobayashime authored Aug 22, 2024
2 parents 16a824c + e02f9cd commit 84202c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
node-version: "lts/*"
cache: "yarn"
registry-url: "https://registry.npmjs.org"
- run: make node_modules
- run: make build
- run: npm publish --provenance --access public
Expand Down

0 comments on commit 84202c2

Please sign in to comment.