Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The github action you set up https://github.com/pascalgn/npm-publish-action/blob/master/Dockerfile uses version 12 of node with yarn 1.
So I wonder if yarn isn't causing the problem because it's used by default.
So I've configured it to use npm as you were able to use it locally without any problems, which should work, or so I hope.
I'm really sorry for all the problems, it's the first time that using husky has caused me problems.
As a last resort we could temporarily remove husky until we find a permanent solution.