Skip to content

Releases: bevry-actions/npm

v1.1.7

29 Dec 22:22
86e4cfb
Compare
Choose a tag to compare

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

28 Dec 16:18
3d7f438
Compare
Choose a tag to compare

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

28 Dec 11:20
9a33bf5
Compare
Choose a tag to compare

fix status: unbound variable

v1.1.4

28 Dec 04:40
0aec553
Compare
Choose a tag to compare

continue to try again after a random delay of up to 60 seconds when encountering 429 conflict errors

v1.1.3

22 Dec 23:42
b51b0b2
Compare
Choose a tag to compare

prevent npm conflicts by random delay up to 60 secodns

v1.1.2

18 Nov 03:19
da1488c
Compare
Choose a tag to compare

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

23 Nov 23:29
05379ad
Compare
Choose a tag to compare

github's default_branch is only exposed to workflow tempaltes, so only fallback to master_branch

v1.1.0

23 Nov 00:11
2811aea
Compare
Choose a tag to compare

use default branch by default, and also support master branch alias

v1.0.0

12 Nov 04:07
492cd22
Compare
Choose a tag to compare