Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Apr 27, 2024
1 parent d190751 commit d4db316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: pnpm install
- name: Test
run: pnpm vitest run
- name: Test
- name: Build
run: pnpm run build
- name: Create Release
env:
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"dist/**/*",
"README.md"
],
"publishConfig": {
"access": "public"
},
"auto": {
"plugins": [
"npm",
"released"
],
"onlyPublishWithReleaseLabel": true
]
}
}

0 comments on commit d4db316

Please sign in to comment.