Skip to content

Commit

Permalink
cd into dist to get correct package name
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Fisher <[email protected]>
  • Loading branch information
bacongobbler committed May 10, 2024
1 parent 85fb7cb commit 32c546b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
- run: npm install
- run: npm run build
- run: npm publish dist
- run: cd dist && npm publish
env:
NODE_AUTH_TOKEN: ${{ github.token }}

0 comments on commit 32c546b

Please sign in to comment.