From c2ae338db88abf35e6b6844861bfaecd178568f2 Mon Sep 17 00:00:00 2001 From: Geoff Franks Date: Thu, 29 Aug 2024 13:37:32 -0400 Subject: [PATCH] build manifest when releasing --- .github/workflows/publish-cpan.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-cpan.yml b/.github/workflows/publish-cpan.yml index 5e62bf0..fea131e 100644 --- a/.github/workflows/publish-cpan.yml +++ b/.github/workflows/publish-cpan.yml @@ -31,6 +31,8 @@ jobs: run: ./Build test - name: Build run: ./Build + - name: Build Manifest + run: ./Build manifest - name: Deliver locally run: ./Build dist - name: Upload to CPAN