From c9a173382409d13a9cea3ab5c85a19dcc858a639 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Tue, 29 Nov 2022 16:44:19 -0700 Subject: [PATCH] don't exclude server from build (#4262) --- .github/workflows/prod-release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/prod-release.yml b/.github/workflows/prod-release.yml index f40e0a644..b6c8c0ae3 100644 --- a/.github/workflows/prod-release.yml +++ b/.github/workflows/prod-release.yml @@ -3,7 +3,6 @@ name: Production-Release on: workflow_dispatch env: - EXCLUDE_SERVER: true EXCLUDE_ENTERPRISE: true BRANCH_NAME: ${{ github.head_ref || github.ref_name }}