From dcbeec2a74efce67387c3467fb6baa8671c165de Mon Sep 17 00:00:00 2001 From: James Estevez Date: Thu, 2 Feb 2023 11:30:44 -0800 Subject: [PATCH] Revert temp workaround from release workflow (#3496) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8f4700d35..5b1fb024a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ on: branches: - main paths: - - cumulusci/__about__.py.FIXME + - cumulusci/__about__.py concurrency: publishing