Skip to content

Commit 4f738dc

Browse files
committed
Remove unnecessary Homebrew class name fix step
The poet tool now generates 'class VwsCli' directly, so the find-replace from 'class VWSCLI' to 'class VwsCli' no longer matches and causes the release workflow to fail.
1 parent ec91152 commit 4f738dc

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -161,21 +161,6 @@ jobs:
161161
echo "Error: No files were modified when updating Homebrew description"
162162
exit 1
163163
fi
164-
- name: Fix Homebrew class name
165-
id: fix_homebrew_class_name
166-
uses: jacobtomlinson/gha-find-replace@v3
167-
with:
168-
find: class VWSCLI
169-
replace: class VwsCli
170-
include: ${{ steps.set-homebrew-filename.outputs.filename }}
171-
regex: false
172-
173-
- name: Check Fix Homebrew class name was modified
174-
run: |
175-
if [ "${{ steps.fix_homebrew_class_name.outputs.modifiedFiles }}" = "0" ]; then
176-
echo "Error: No files were modified when fixing Homebrew class name"
177-
exit 1
178-
fi
179164
- name: Push Homebrew Recipe
180165
uses: dmnemec/copy_file_to_another_repo_action@main
181166
env:

0 commit comments

Comments
 (0)