Skip to content

Commit 7acaf22

Browse files
committed
chore:
1 parent f791d0c commit 7acaf22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# Run cargo release and capture the output
3636
# Run cargo release and capture both full output and last line
3737
echo "Current time1: $(date)"
38-
RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }} | tee /dev/tty | tail -n 1)
38+
RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }} | tail -n 1)
3939
echo "Current time2: $(date)"
4040
echo "excluded_flags=$RELEASE_OUTPUT"
4141
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)