Skip to content

Commit

Permalink
fix: update release config to check for tag
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed May 30, 2024
1 parent 3477acb commit 3d86b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ tasks:
# https://github.com/caarlos0/svu
release:tag:
vars:
NEXT: v2.0.0-alpha.4
# sh: svu n
NEXT:
sh: svu n
desc: create new tag
preconditions:
- sh: git diff-index --quiet HEAD
Expand Down

0 comments on commit 3d86b24

Please sign in to comment.