AAE-46684 fix release workflow eslint publish fix (#11962)

* [AAE-46514] - Fix release workflow

* [AAE-46514] - Fix release workflow - devDependencies

* [AAE-46514] - Command parameters are wrong when setting now the options

* [AAE-46514] - It should call the script not the standard command

* [AAE-46514] - fixed path for eslint plugin publish
This commit is contained in:
Vito Albano
2026-06-04 23:33:17 +01:00
committed by GitHub
parent a8eee9fe3a
commit fd3802f2dc
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
"cwd": "dist/libs/process-services-cloud",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"command": "pnpm publish --no-git-checks --tag {args.tag}",
"forwardAllArgs": true
}
]