Skip to content

Commit

Permalink
add pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Gita Vahdatinia committed Nov 22, 2022
1 parent 2db7c98 commit f77657a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ workflows:
pattern: ^v[0-9]+\.[0-9]+\.[0-9]+$
value: << pipeline.git.tag >>
jobs:
- orb-tools/pack
- orb-tools/publish:
context:
- dockerhub
Expand All @@ -80,6 +81,8 @@ workflows:
orb-name: coda/utils
pub-type: production
vcs-type: << pipeline.project.type >>
requires:
- orb-tools/pack
filters:
tags:
only: /^v.*/

0 comments on commit f77657a

Please sign in to comment.