File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Determine if the rest of the workflow should run
4040 id : determination
4141 run : |
42- RELEASE_BRANCH_REGEX="refs/heads/[0-9]+.[0-9]+.x"
42+ RELEASE_BRANCH_REGEX="refs/heads/v? [0-9]+.[0-9]+.x"
4343 TAG_REGEX="refs/tags/.*"
4444 # The `create` event trigger doesn't support `branches` filters, so it's necessary to use Bash instead.
4545 if [[
Original file line number Diff line number Diff line change 1414on :
1515 push :
1616 tags :
17- - " [0-9]+.[0-9]+.[0-9]+*"
17+ - " v? [0-9]+.[0-9]+.[0-9]+*"
1818
1919jobs :
2020 create-release-artifacts :
6868 if : matrix.os.task == 'Windows_32bit'
6969 uses : arduino/create-changelog@v1
7070 with :
71- tag-regex : ' ^[0-9]+\.[0-9]+\.[0-9]+.*$'
71+ tag-regex : ' ^v? [0-9]+\.[0-9]+\.[0-9]+.*$'
7272 filter-regex : ' ^\[(skip|changelog)[ ,-](skip|changelog)\].*'
7373 case-insensitive-regex : true
7474 changelog-file-path : " ${{ env.DIST_DIR }}/CHANGELOG.md"
You can’t perform that action at this time.
0 commit comments