As per issue #9, the action was taking a long time to complete as it scanned through other files. I have added an explicit option to only change the version_file without scanning other files. This reduced the action time for my repository from 8 minutes to 15 seconds.
As per issue #9, the action was taking a long time to complete as it scanned through other files. I have added an
explicit
option to only change theversion_file
without scanning other files. This reduced the action time for my repository from 8 minutes to 15 seconds.