From 2d2047f0b9c8397bdaffcbff2c47ec1978d2bde1 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 30 Oct 2024 09:53:24 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20Fixing=20CI.=20Set=20(package)=20repo=20?= =?UTF-8?q?name=20variable=20=F0=9F=91=B7=F0=9F=94=A5=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 566eaaf..4885279 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -21,6 +21,7 @@ jobs: access_token: "${{ secrets.G_TOKEN }}" username: "${{ secrets.G_USERNAME }}" owner: "cybercinch" # Override owner name for repository (Optional) Only if different from username + repo_name: ugly-queue version: "${{ env.GITHUB_REF_NAME }}" overwrite_files: "true"