Skip to content

Commit d1d65d9

Browse files
[semver:patch] (#16)
Co-authored-by: earthmant <ttearthman@gmail.com>
1 parent 2fb939a commit d1d65d9

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ workflows:
2222
orb_name: nativeedge-plugins-orb
2323
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
2424
- orb-tools/publish:
25+
orb_name: circleci/aws-ecr
2526
vcs_type: << pipeline.project.type >>
26-
orb_name: nativeedge-plugins-orb
27-
requires: [orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check, orb-tools/continue]
27+
pub_type: production
28+
context: orb-publisher
29+
filters:
30+
branches:
31+
ignore: /.*/
32+
tags:
33+
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/

0 commit comments

Comments
 (0)