Skip to content

Commit

Permalink
fix: Untag
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewscwei committed Jul 8, 2024
1 parent 0351dda commit f1729de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ function cmd_untag() {

git tag -d $1
git push -d origin $1
gh release delete $1 -y
}

# Creates a local branch from the provided title, pushes it to remote and
Expand Down

0 comments on commit f1729de

Please sign in to comment.