Skip to content

Commit c7fd8fa

Browse files
committed
chore: rename folder to codemods
1 parent 757fd3d commit c7fd8fa

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
VERSION="${TAG%@*}" # Everything before @
6060
VERSION="${VERSION#v}" # Remove v prefix
6161
CODEMOD_NAME="${TAG#*@}" # Everything after @
62-
CODEMOD_PATH="recipes/$CODEMOD_NAME"
62+
CODEMOD_PATH="codemods/$CODEMOD_NAME"
6363
6464
# Set outputs
6565
echo "version=$VERSION" >> $GITHUB_OUTPUT
@@ -72,8 +72,8 @@ jobs:
7272
run: |
7373
if [[ ! -d "$CODEMOD_PATH" ]]; then
7474
echo "❌ Codemod directory not found: $CODEMOD_PATH"
75-
echo "Available directories in recipes/:"
76-
ls -lah recipes/ || echo "No recipes directory found"
75+
echo "Available directories in codemods/:"
76+
ls -lah codemods/ || echo "No codemods directory found"
7777
exit 1
7878
fi
7979
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)