Skip to content

Commit

Permalink
fix: snake_case (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpedersen42 authored May 17, 2023
1 parent cb052b2 commit da064f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ workflows:
- shellcheck/check:
filters: *filters
- orb-tools/publish:
orb-name: <namespace>/<orb-name>
vcs-type: << pipeline.project.type >>
orb_name: <namespace>/<orb-name>
vcs_type: << pipeline.project.type >>
requires:
[orb-tools/lint, orb-tools/review, orb-tools/pack, shellcheck/check]
# Use a context to hold your publishing token.
Expand Down

0 comments on commit da064f5

Please sign in to comment.