Skip to content

Commit 9a9dc2d

Browse files
[semver:patch] (#21)
Co-authored-by: earthmant <[email protected]>
1 parent 8bf9811 commit 9a9dc2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@ workflows:
2424
- orb-tools/publish:
2525
orb_name: nativeedge-plugins-orb
2626
vcs_type: << pipeline.project.type >>
27-
requires: [orb-tools/continue]
2827
pub_type: production
2928
context: orb-publisher
30-
requires: [orb-tools/pack]
3129
filters:
3230
branches:
3331
ignore: /.*/
3432
tags:
3533
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
36-
requires: [orb-tools/lint, orb-tools/pack, orb-tools/review, shellcheck/check]
34+
requires: [orb-tools/continue]

0 commit comments

Comments
 (0)