File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 fi
104104
105105 # Check other normal commits
106- COMMITS=$(git log $LAST_TAG..HEAD --oneline --grep="^fix\|^refactor\|^docs\|^style\|^test\|^build\|^ci\|^chore\|^revert" || echo "")
106+ COMMITS=$(git log $LAST_TAG..HEAD --oneline --grep="^fix\|^refactor\|^docs\|^style\|^test\|^build\|^ci\|^chore\|^revert\|^update " || echo "")
107107 if [ -n "$COMMITS" ]; then
108108 echo "Found releasable commits since $LAST_TAG"
109109 echo "should_release=true" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const outputs = [NodeConnectionTypes.Main];
1717export class CapSolver implements INodeType {
1818 description : INodeTypeDescription = {
1919 displayName : 'CapSolver' ,
20- name : 'capsolver ' ,
20+ name : 'capSolver ' ,
2121 icon : 'file:capsolver.svg' ,
2222 group : [ 'transform' ] ,
2323 version : [ 1 ] ,
You can’t perform that action at this time.
0 commit comments