Skip to content

Commit 2135b1c

Browse files
committed
Use module name param
1 parent 9ae6714 commit 2135b1c

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/version-bump-and-publish

1 file changed

+1
-1
lines changed

.github/actions/version-bump-and-publish/action.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ foreach ($function in $functions) {
5959
}
6060

6161
# Get the next version
62-
$newVersion = Get-NextVersion -Type $Type
62+
$newVersion = Get-NextVersion -Type $Type -ModuleName $ModuleName
6363

6464
# Bump the version in the module manifest
6565
if ($WhatIfPreference) {

0 commit comments

Comments
 (0)