Skip to content

Commit

Permalink
release from /dist
Browse files Browse the repository at this point in the history
  • Loading branch information
filecage committed Jul 31, 2023
1 parent 358737a commit 84e5189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- run: npm run build
- name: Prepare Release
run: npm run prepare:release ${{ github.ref_name }}
- run: npm publish --access public
- name: npm publish
run: cd dist && npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 84e5189

Please sign in to comment.