From dbe87c5494fee82b6642ec725e66821195e695b3 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Fri, 9 Sep 2022 15:50:21 -0700 Subject: [PATCH] fix(ci): specify ref in aur publish job (#5550) --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ac5965c33..c2eaf7c0d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -95,6 +95,7 @@ jobs: with: repository: "cdrci/code-server-aur" token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} + ref: "master" - name: Configure git run: |