Adding more on this issue.
IMHO the workflow should not error when a package version already exists in the registry.
I have a monorepo with multiple libraries and one snippets package.
Making changes to a library makes the workflow fail since the snippets package wasn't modified, and thus is still on the same version.
Expected Behavior
The workflow should succeed also when the snippets extension is already in the registry.
Actual Behavior
The workflow fails when changing other files in the workspace
hi @PieterjanDeClippel thx for your contribution. I cannot say when I am gonna have time to review the PR. Therefore, I kindly ask you to be patient until I reviewed it.
Description
Adding more on this issue. IMHO the workflow should not error when a package version already exists in the registry. I have a monorepo with multiple libraries and one snippets package. Making changes to a library makes the workflow fail since the snippets package wasn't modified, and thus is still on the same version.
Expected Behavior
The workflow should succeed also when the snippets extension is already in the registry.
Actual Behavior
The workflow fails when changing other files in the workspace
Steps to Reproduce
Everything is hosted here Error is thrown here
This code comes from here
Context