Skip to content

Commit

Permalink
Release v1.0.0-alpha.03 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jan 25, 2024
1 parent 5b62fb6 commit 14ecc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ module Release =

let CreatePrereleaseTag() =
if promptYesNo (sprintf "Tagging branch with %s OK?" ProjectInfo.prereleaseTag ) then
Git.Branches.tag "" ProjectInfo.prereleaseTag
run git ["tag"; "-f"; ProjectInfo.prereleaseTag; ] __SOURCE_DIRECTORY__
Git.Branches.pushTag "" ProjectInfo.projectRepo ProjectInfo.prereleaseTag
else
failwith "aborted"
Expand Down

0 comments on commit 14ecc0a

Please sign in to comment.