From d83d59fe998edf90ce14e201a75f6675515522fc Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Wed, 8 Oct 2025 22:13:30 -0700 Subject: [PATCH] Capture the tag info --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41825dd23aa594f2f040eee88af130ff7b6f81a5..aadba8e1914c5947ea4bf1076c9673663056f6ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -420,7 +420,7 @@ jobs: needs: [macos_tests, windows_tests, linux_tests] if: | # TODO! Change this tag check somehow github.repository_owner == 'zed-industries' && - startsWith(github.ref, 'refs/tags/v') + startsWith(github.ref, 'refs/tags/gpui-v') runs-on: - namespace-profile-16x32-ubuntu-2204 steps: # TODO! Actually run the action here TODO! get a secret into CI???