using github action when python project is in a subdir of the repo #263
Unanswered
antony-amdl
asked this question in
Q&A
Replies: 2 comments
-
I'll need a bit more information about your repo to answer. Bump-my-version is typically run from the repository's root and changes the files based on the configuration file in that root. How is your repository structured? |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's kind of a monorepo, so I needed to look into a subdir. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to use
callowayproject/bump-my-version@master
I am not sure how to point it to a subdir of the repo in the action yaml file
(
working-directory
stuff is appicable for shell run steps only)I see no arg to bump version for specifying a subdir.
Beta Was this translation helpful? Give feedback.
All reactions