How to use my origin bitrise-steplib?

I’m trying to use my repository’s bitrise-steplib instead of bitrise’s bitrise-steplib in my quest.

My bitrise-steplib has a merge of my-origin-step 0.0.1.

The step is now correctly deployed with bitrise run share-this-step.
URL is as follows.
https://github.com/kanari3/bitrise-steplib

If you check steps, of course my steps exist.

Below is step I created.
https://github.com/kanari3/bitrise-step-my-orgin-step

Only change is to rewrite steplib URL.
https://github.com/kanari3/bitrise-step-my-orgin-step/commit/bb6317e72bd22ad907c1477e6abe350f5e1ba7c2


Next.

Display Bitrise WebUI in your browser and open bitrise.yml edit screen from Workflow Editor.

Change following

- default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
+ default_step_lib_source: https://github.com/kanari3/bitrise-steplib.git

Even after making above changes, my Step is not found in Workflow’s Search steps

What should I do?
Do you need to set up anything else?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.