Skip to content

Commit

Permalink
fix(orb): don't hardcode orb name in Makefile (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored May 6, 2024
1 parent 59c42d4 commit c223bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Makefile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ validate-orb: build-orb

.PHONY: publish-orb
publish-orb: validate-orb
circleci orb publish orb.yml getoutreach/shared@dev:$(ORB_DEV_TAG)
circleci orb publish orb.yml {{ stencil.Arg "releaseOptions.orbName" }}@dev:$(ORB_DEV_TAG)
{{- end }}

{{- if stencil.Arg "releaseOptions.publishOrb" }}
Expand Down

0 comments on commit c223bc4

Please sign in to comment.