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 1763db3 commit 410f309Copy full SHA for 410f309
build/bump_version.ps1
@@ -1,8 +1,8 @@
1
Param (
2
$Path = '.\dbops.psd1'
3
)
4
-git config --global user.email $env:git_user_email
5
-git config --global user.name $env:git_username
+git config --global user.email $env:GIT_USER_EMAIL
+git config --global user.name $env:GIT_USERNAME
6
$moduleFile = Invoke-Command -ScriptBlock ([scriptblock]::Create((Get-Content $Path -Raw)))
7
$version = [Version]$moduleFile.ModuleVersion
8
$regEx = "^([\s]*ModuleVersion[\s]*\=[\s]*)\'(" + [regex]::Escape($version) + ")\'[\s]*`$"
0 commit comments