Skip to content

Commit

Permalink
chore: Fix git hook to update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nioe committed Jul 16, 2024
1 parent 440991b commit bf87f3b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .husky/post-merge
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
#!/usr/bin/env sh
. "${0%/*}/h"
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

git tag -l | xargs git tag -d && git fetch --tags

0 comments on commit bf87f3b

Please sign in to comment.