Skip to content

Commit

Permalink
fix: publish from dist (#33)
Browse files Browse the repository at this point in the history
`ipjs build` copies everything needed (including `package.json`) into
`dist` directory.
  • Loading branch information
alanshaw committed Nov 29, 2023
1 parent ec37580 commit fea9816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: npm ci
if: ${{ steps.release.outputs.release_created }}
- run: npm publish --provenance
- run: cd dist && npm publish --provenance
if: ${{ steps.release.outputs.release_created }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit fea9816

Please sign in to comment.