Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ranrubin committed Jun 9, 2022
1 parent adf5dca commit 4dd3490
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
orb_version:
type: string
description: Deci ai ORB version https://circleci.com/developer/orbs/orb/deci-ai/circleci-common-orb
default: "3.1.0"
default: "4.1.3"
# default: "dev:alpha"

orbs:
Expand Down Expand Up @@ -152,6 +152,8 @@ jobs:
workflows:
release:
jobs:
- deci-common/persist_version_info:
<<: *release_tag_filter
- deci-common/codeartifact_login:
name: "login_to_codeartifact_release"
repo_name: "deci-packages"
Expand All @@ -161,6 +163,7 @@ workflows:
py_version: "3.7"
package_name: "super-gradients"
requires:
- deci-common/persist_version_info
- login_to_codeartifact_release
<<: *release_tag_filter
- release_version:
Expand Down

0 comments on commit 4dd3490

Please sign in to comment.