@boxmein added --ignore-scripts to release script, this broke the latest release.

I did some research
--ignore-scripts exists in yarn 1
It doesn't seem to exist in yarn 2
It looks like the same thing can be done with yarnrc config
Though I don't know the full background on why the argument was added and how to test if the solutions solve the same issue. I don't fully understand why it started breaking as well, we had and have yarn 3.x.
Can you please look into it and re-add it if necessary/possible?