Get Last Branch and Semantic Version Containing String
ActionsTags
(2)This action gets the last semantic version and semantic version branch in a repository that matches a prefix provided by the user.
Required A desired string to match against all the branches in the repository. Default ''
.
The last semantic version found from branches that contain the regex-string input.
The branch in which the last semantic version was pulled from.
uses: actions/github-action-get-regex-branch@v1
with:
regex-string: 'release-v'
Get Last Branch and Semantic Version Containing String is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.