thefrontside / actions

Collection of GitHub Actions created by Frontside
5 stars 1 forks source link

Track failed publish attempts for preview action #70

Closed minkimcello closed 2 years ago

minkimcello commented 2 years ago

The preview action attempts to publish preview packages three times.

This is all after it passes a long list of prerequisites and conditions. But the reason we attempt three times is in anticipation of any delays of npm updating its registry (in case someone pushes multiple commits in a short time span and publishing happens too quickly back to back).

Although unlikely, we should still keep track of packages that failed to publish even after the three attempts and include it in the github comment.

frontsidejack commented 2 years ago

📣 NOTIFICATION You are receiving this message because we did not publish any packages.

Generated by @thefrontside/actions Frontside