Skip to content

Commit

Permalink
fix: fix husky migration to v9, #530
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Mar 7, 2024
1 parent 0421296 commit dbce11e
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 587 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/uuv-github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
name: Push the brand-new package-lock.json
with:
commit_message: "chore(release): update package-lock.json [skip ci]"
commit_message: "release: update package-lock.json [skip ci]"
commit_user_name: UUV Bot
file_pattern: "package-lock.json"
- name: Upload Release artifact
Expand Down
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

0 comments on commit dbce11e

Please sign in to comment.