Skip to content

Commit

Permalink
Bug fix release - include lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
camin-mccluskey committed Aug 23, 2023
1 parent 6a799cf commit d71b776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
node-version: '18'
- run: npm ci
- run: npm test
- run: npm run build
- uses: JS-DevTools/npm-publish@v2
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-hook-form-multistep",
"description": "Extensible multistep forms for React Hook Form.",
"version": "0.0.5",
"version": "0.0.6",
"private": false,
"author": {
"name": "Camin McCluskey",
Expand Down

0 comments on commit d71b776

Please sign in to comment.