Skip to content

Commit

Permalink
Justfile syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
kczpl committed Oct 31, 2024
1 parent 7caa6d2 commit c9f0acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ default:
@just --list

deploy version desc:
git tag -a v{{version}} -m {{desc}} && goreleaser release
git tag -a v{{version}} -m "{{desc}}" && goreleaser release

0 comments on commit c9f0acc

Please sign in to comment.