We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383e86d commit 4670ebeCopy full SHA for 4670ebe
1 file changed
.github/workflows/create-release-pr.yml
@@ -52,7 +52,7 @@ jobs:
52
# Run cargo release and capture the output
53
echo "Starting release process..."
54
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
+ deno run -A scripts/cargo-release.ts ${{ steps.version.outputs.version }} 2>&1 | tee debug_output.log
56
RELEASE_OUTPUT=$(tail -n 1 debug_output.log)
57
# Check if the output contains any error messages
58
if echo "$RELEASE_OUTPUT" | grep -i "error" > /dev/null; then
0 commit comments