File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 32
32
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
33
33
GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
34
34
GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
35
+ GIT_COMMITTER_EMAIL : ${{ secrets.GIT_COMMITTER_EMAIL }}
36
+ GIT_COMMITTER_NAME : ${{ secrets.GIT_COMMITTER_NAME }}
35
37
run : npx semantic-release
Original file line number Diff line number Diff line change 1
- #! /usr/bin/env sh
2
- branch_name=" $( git branch --show-current) "
3
- branch_regex=" ^(bug|chore|feat)\/([a-zA-Z]+-[0-9]+)(-(.*))?"
1
+ # # !/usr/bin/env sh
2
+ # branch_name="$(git branch --show-current)"
3
+ # branch_regex="^(bug|chore|feat)\/([a-zA-Z]+-[0-9]+)(-(.*))?"
4
4
5
- if [[ ! $branch_name =~ $branch_regex ]]; then
6
- echo " Branch name does not match expected format. Ex. feat/TYPE-000"
7
- exit 1
8
- fi
5
+ # if [[ ! $branch_name =~ $branch_regex ]]; then
6
+ # echo "Branch name does not match expected format. Ex. feat/TYPE-000"
7
+ # exit 1
8
+ # fi
9
9
10
10
11
- npx lint-staged
11
+ # npx lint-staged
You can’t perform that action at this time.
0 commit comments