From c4dd1c0363c48fe5e21c2ebba6dd9a4e09b95a84 Mon Sep 17 00:00:00 2001 From: Paul Jankowski <8bittitan@gmail.com> Date: Tue, 4 Aug 2026 13:08:34 -0400 Subject: [PATCH] chore: push git tags on version release (#2951) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 81457360..9f502d96 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -185,6 +185,7 @@ jobs: command: | export NPM_ID_TOKEN="$(circleci run oidc get --claims '{"aud": "npm:registry.npmjs.org"}')" bun run release + git push --follow-tags test_playwright: <<: *playwright steps: