Releases: bevry-actions/npm
Releases · bevry-actions/npm
v1.1.7
We now scan npm's stderr to identify error 409, as the status code is always 1.
Workaround for npm/cli#7109
v1.1.6
it's 409 errors not 429 errors that are causing the problem, made the logic far more robust and helpful, in case more work needs to be done
v1.1.5
fix status: unbound variable
v1.1.4
continue to try again after a random delay of up to 60 seconds when encountering 429 conflict errors
v1.1.3
prevent npm conflicts by random delay up to 60 secodns
v1.1.2
if publish fails, try again in 60s: this is now done if two publishes happen simultaneously (such as default branch and tag branch) then one will fail
v1.1.1
github's default_branch is only exposed to workflow tempaltes, so only fallback to master_branch
v1.1.0
use default branch by default, and also support master branch alias