From 8354229843efeae8afaa49ab77899fe9e7022f0d Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 8 Oct 2023 13:09:15 +0200 Subject: [PATCH] build: tweaks --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 62904fa..b1a0323 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 with: token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }} - fetch-depth: 2 + - name: Setup Node.js uses: actions/setup-node@v3 with: