From d37bf6a3c54757e0e309523ed06310f5a99472ce Mon Sep 17 00:00:00 2001 From: Doug Schaapveld Date: Fri, 20 Jan 2023 09:55:33 -0600 Subject: [PATCH] Remove extra git push --tags [FS-1184] (#515) --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef7514f..eee9999 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,7 +68,6 @@ jobs: name: Install and Push to Package Cloud command: | gem install package_cloud - git push --tags bash scripts/push_packagecloud.sh internal workflows: