Skip to content

Commit

Permalink
fix: Fix release process (#42)
Browse files Browse the repository at this point in the history
We need to publish from the `dist` directory
  • Loading branch information
viveknair committed Jul 3, 2023
1 parent 864a36d commit 6bf3ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:

- name: Publish package to NPM
run: |
cd dist
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_ACCESS_TOKEN }}" > .npmrc
npm publish
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 6bf3ab9

Please sign in to comment.