From 34c1f8f7e58e29896086bf7aa9e175359b23f6e4 Mon Sep 17 00:00:00 2001 From: Rodrigo Espinosa de los Monteros <1084688+RodEsp@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:14:35 -0400 Subject: [PATCH] fix: whoops --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e556de03..4a769822 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -322,7 +322,7 @@ workflows: # no point to pack if the test fail, and we only care to test the pack with the node version # we ship (specified in package.json.oclif.node) requires: - - node-lts + - release-management/test-package filters: branches: ignore: dev # test the pack on PRs, but main will do pack-and-upload-tarballs