Skip to content

Commit d9324dd

Browse files
committed
[HOTFIX] Remove broken reference to $basePath
1 parent f56fa5f commit d9324dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: environment-charts
3939
shell: pwsh
4040
run: |
41-
if (Test-Path -Path (Join-Path $basePath "./deployments/production-charts")) {
41+
if (Test-Path -Path "./deployments/production-charts") {
4242
echo "environmentCharts=true"
4343
echo "environmentCharts=true" >> $env:GITHUB_ENV
4444
}

0 commit comments

Comments
 (0)