From 20cb936e3cc56da30da5757c1d845d43fcdc1666 Mon Sep 17 00:00:00 2001 From: Kevin Stederoth <43753494+ksted@users.noreply.github.com> Date: Fri, 6 Dec 2024 14:13:39 +0100 Subject: [PATCH] fix expression in ps1 script --- yarn.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.ps1 b/yarn.ps1 index 59718de76..2f607b759 100644 --- a/yarn.ps1 +++ b/yarn.ps1 @@ -47,7 +47,7 @@ yarn set version stable yarn set version 4.5.3 --yarn-path yarn config set nodeLinker node-modules yarn config set npmScopes.plentymarkets.npmRegistryServer "https://npm.pkg.github.com" -yarn config set npmScopes.plentymarkets.npmAlwaysAuth $true +yarn config set npmScopes.plentymarkets.npmAlwaysAuth "$true" if ($env:GITHUB_ACTIONS) { if (-not $env:NPM_AUTH_TOKEN) {