Skip to content

Commit

Permalink
force build
Browse files Browse the repository at this point in the history
  • Loading branch information
gertd committed Nov 7, 2023
1 parent eb42026 commit 1a57feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magefiles/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func Run() error {
}

func writeVersion() error {
// get tag.
version, err := exec.Command("git", "describe", "--tags").Output()
if err != nil {
return errors.Wrap(err, "failed to get current git tag")
Expand Down

0 comments on commit 1a57feb

Please sign in to comment.