From 1c9264f6c96d5b41b65adb090f643db38771badc Mon Sep 17 00:00:00 2001 From: Zachary Brown Date: Mon, 6 Jan 2025 13:10:44 -0800 Subject: [PATCH] ci: run apt always --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 389b28d4..6369088a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -348,7 +348,6 @@ jobs: echo "REPO_NAME=$(echo "$GITHUB_REPOSITORY" | cut -d "/" -f 2)" >>$GITHUB_OUTPUT - name: Trigger apt repo update - if: startsWith(github.ref, 'refs/tags/') && !contains( github.ref, '-rc') uses: Chia-Network/actions/github/glue@main with: json_data: '{"climate_tokenization_repo":"${{ steps.repo-name.outputs.REPO_NAME }}","application_name":"[\"core-registry-cadt\"]","release_version":"${{ steps.tag-name.outputs.TAGNAME }}","add_debian_version":"true","arm64":"available"}'