From 04679b56a9d4901f051bd18ab8e532abc56707b2 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Thu, 19 Aug 2021 08:40:11 -0400 Subject: [PATCH] Runner 2.280.3 Release (#1276) --- releaseNote.md | 4 +--- src/runnerversion | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/releaseNote.md b/releaseNote.md index 3f5f5f9ea..f871f4403 100644 --- a/releaseNote.md +++ b/releaseNote.md @@ -2,12 +2,10 @@ ## Bugs -- Send Path when resolving actions so we can correctly validate Policy for Composite Actions (#1250) +- Fixed an issue where composite steps would not run on `failure()` or `always()` when the job failed (#1273) ## Misc -- Allows flags instead of parameters when configuring the runner (#1220) - ## Windows x64 We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. diff --git a/src/runnerversion b/src/runnerversion index bb559261d..8b1daf227 100644 --- a/src/runnerversion +++ b/src/runnerversion @@ -1 +1 @@ -2.280.2 +2.280.3