Skip to content

Commit

Permalink
fix expression in ps1 script
Browse files Browse the repository at this point in the history
  • Loading branch information
ksted committed Dec 6, 2024
1 parent f44a468 commit 20cb936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 20cb936

Please sign in to comment.