Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yamitzky committed Feb 11, 2025
1 parent 4c32dee commit 057411c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm run build

- name: Publish to npm
# run: pnpm publish -r --provenance --access public --no-git-checks
run: pnpx release-it --verbose
Expand Down
3 changes: 3 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@
"requireBranch": "main",
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"hooks": {
"after:bump": "pnpm run build"
}
}

0 comments on commit 057411c

Please sign in to comment.