From 7421616be8c873499d446c6c482f58d4f8a0fdba Mon Sep 17 00:00:00 2001 From: Raymond Meester Date: Fri, 27 Sep 2024 20:18:43 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1d44fd..7f36f8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 with: - repository: ${{ github.repository }} + repository: "assimbly/custom-components" ref: ${{ inputs.branch }} fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }}