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 9ae6714 commit 2135b1cCopy full SHA for 2135b1c
.github/actions/version-bump-and-publish/action.ps1
@@ -59,7 +59,7 @@ foreach ($function in $functions) {
59
}
60
61
# Get the next version
62
-$newVersion = Get-NextVersion -Type $Type
+$newVersion = Get-NextVersion -Type $Type -ModuleName $ModuleName
63
64
# Bump the version in the module manifest
65
if ($WhatIfPreference) {
0 commit comments