Skip to content

Commit 4670ebe

Browse files
committed
chore: rename script
1 parent 383e86d commit 4670ebe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Run cargo release and capture the output
5353
echo "Starting release process..."
5454
echo "Running deno script with version: ${{ steps.version.outputs.version }}"
55-
deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }} 2>&1 | tee debug_output.log
55+
deno run -A scripts/cargo-release.ts ${{ steps.version.outputs.version }} 2>&1 | tee debug_output.log
5656
RELEASE_OUTPUT=$(tail -n 1 debug_output.log)
5757
# Check if the output contains any error messages
5858
if echo "$RELEASE_OUTPUT" | grep -i "error" > /dev/null; then

0 commit comments

Comments
 (0)