Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AndroidUtils
VPNTunnelProxy
Commits
1a2fbdf3
Commit
1a2fbdf3
authored
Aug 19, 2021
by
Daniel Wolf
Browse files
Push before pushing tag
parent
41313bbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/build.gradle
View file @
1a2fbdf3
...
...
@@ -179,10 +179,13 @@ tasks.addRule("Pattern: bump<TYPE>Version") { String taskName ->
exec
{
commandLine
(
"git"
,
"tag"
,
"v${parsedVersion.name}"
)
}
exec
{
commandLine
(
"git"
,
"push"
)
}
exec
{
commandLine
(
"git"
,
"push"
,
"origin"
,
"v${parsedVersion.name}"
)
}
}
}
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment