Skip to content

Commit 410f309

Browse files
committed
updating env variables
1 parent 1763db3 commit 410f309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/bump_version.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Param (
22
$Path = '.\dbops.psd1'
33
)
4-
git config --global user.email $env:git_user_email
5-
git config --global user.name $env:git_username
4+
git config --global user.email $env:GIT_USER_EMAIL
5+
git config --global user.name $env:GIT_USERNAME
66
$moduleFile = Invoke-Command -ScriptBlock ([scriptblock]::Create((Get-Content $Path -Raw)))
77
$version = [Version]$moduleFile.ModuleVersion
88
$regEx = "^([\s]*ModuleVersion[\s]*\=[\s]*)\'(" + [regex]::Escape($version) + ")\'[\s]*`$"

0 commit comments

Comments
 (0)