Skip to content

Commit 672cd27

Browse files
committed
Push tag to GitHub
1 parent a185d9a commit 672cd27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/Build.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ let initTargets () =
218218

219219
let tagName = sprintf "v%s" release.NugetVersion
220220
Git.Branches.tag "" tagName
221+
Git.Branches.pushTag "" "origin" tagName
221222

222223
// --------------------------------------------------------------------------------------
223224
// Run all targets by default. Invoke 'build -t <Target>' to override

0 commit comments

Comments
 (0)