From 104f1babba10b02e443065d49aaf4e8d1de0afbe Mon Sep 17 00:00:00 2001 From: Rafael Franco Date: Thu, 11 May 2023 18:31:29 -0300 Subject: [PATCH] fix: remove build step --- .github/workflows/streak-keeper.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/streak-keeper.yml b/.github/workflows/streak-keeper.yml index 6870ca9..4e53abd 100644 --- a/.github/workflows/streak-keeper.yml +++ b/.github/workflows/streak-keeper.yml @@ -23,6 +23,4 @@ jobs: - run: npm install - - run: npm run build - - uses: ./