Skip to content

Commit bbfcff9

Browse files
committed
fix: the case formatting of capsolver
1 parent 885ceb1 commit bbfcff9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const outputs = [NodeConnectionTypes.Main];
1717
export 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],

0 commit comments

Comments
 (0)