We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e1172 commit 18e8257Copy full SHA for 18e8257
.github/actions/determine-version/action.yml
@@ -33,6 +33,7 @@ runs:
33
with:
34
text: ${{ inputs.branch-name }}
35
regex: ${{ inputs.version-format }}
36
+ flags: 'g'
37
38
- name: 'Capture version in branch name'
39
shell: bash
0 commit comments