From c851356116eb92121c4919c5d57ced519d2a29da Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 27 May 2024 11:39:42 +0500 Subject: [PATCH] fix action-automatic-releases warning --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 60d0c330..b809c995 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -94,7 +94,7 @@ jobs: # note: dir/* doesn't match .bla (hidden) file in linux under dir/ but matches in subfolders - name: Create latest build - uses: marvinpinto/action-automatic-releases@latest + uses: czietz/action-automatic-releases@latest with: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "latest"