From e162c1195498a547347cc919c749f908dbbad421 Mon Sep 17 00:00:00 2001 From: greged93 <82421016+greged93@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:17:58 +0200 Subject: [PATCH] fix: release flow (#1416) * test the release flow * test the release flow * test the release flow * test the release flow * test the release flow * update gitignore * try fix * try fix * add include hidden files * remove release ci --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f6a42633..e3ed84758 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,7 @@ jobs: with: name: artifacts path: ./.kakarot + include-hidden-files: true # Inspired by Reth CI. #