Skip to content

Commit

Permalink
fix: publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Sep 21, 2023
1 parent 9b91ddd commit 015f323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
with:
publish: ${{ steps.detect-package-manager.outputs.manager }} run publish
version: ${{ steps.detect-package-manager.outputs.manager }} run version
commit: 'ci: version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 2 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
[ -n "$CI" ] && exit 0

. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"

0 comments on commit 015f323

Please sign in to comment.