From f5b516d7015a04d9202536aa6004f7ae27218f16 Mon Sep 17 00:00:00 2001 From: PalmDevs Date: Fri, 27 Sep 2024 10:04:49 +0700 Subject: [PATCH] ci(build): fix builds repo ref --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37e8f286..fc39b10d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,8 @@ jobs: repository: "revenge-mod/ci-builds" path: "builds" token: ${{ secrets.BUILDS_PUSH_TOKEN }} - ref: ${{ github.ref_name }} + # TODO: fix this + ref: main - name: Set env id: env