Skip to content

Releases: nick-fields/retry

v1.0.4

17 Jun 18:14
39da88d

Choose a tag to compare

1.0.4 (2020-06-17)

Bug Fixes

  • enforce RETRY_WAIT_SECONDS on both command timeout and error (3ded872)
  • fixed debug logging (6a380b5)

v1.0.3

17 Jun 17:22

Choose a tag to compare

1.0.3 (2020-06-17)

Bug Fixes

  • fix tag push in publish step (21d303a)

v1.0.2

17 Jun 17:08
8eea3dc

Choose a tag to compare

1.0.2 (2020-06-17)

Bug Fixes

  • upgrade @actions/core from 1.2.3 to 1.2.4 (9b19145)
  • upgrade @actions/core from 1.2.3 to 1.2.4 (0d89fa3)

v1.0.1

27 Apr 19:26
bbd5b39

Choose a tag to compare

1.0.1 (2020-04-27)

Bug Fixes

  • upgrade @actions/core from 1.2.2 to 1.2.3 (a630b43)
  • upgrade @actions/core from 1.2.2 to 1.2.3 (904ec31)

v1.0.0

13 Feb 21:56

Choose a tag to compare

1.0.0 (2020-02-13)

Retries a step on failure or timeout. This is currently intended to replace the run step for moody commands.