We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a185d9a commit 672cd27Copy full SHA for 672cd27
build/Build.fs
@@ -218,6 +218,7 @@ let initTargets () =
218
219
let tagName = sprintf "v%s" release.NugetVersion
220
Git.Branches.tag "" tagName
221
+ Git.Branches.pushTag "" "origin" tagName
222
223
// --------------------------------------------------------------------------------------
224
// Run all targets by default. Invoke 'build -t <Target>' to override
0 commit comments