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 f791d0c commit 7acaf22Copy full SHA for 7acaf22
1 file changed
.github/workflows/release_rust.yml
@@ -35,7 +35,7 @@ jobs:
35
# Run cargo release and capture the output
36
# Run cargo release and capture both full output and last line
37
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)
+ RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }} | tail -n 1)
39
echo "Current time2: $(date)"
40
echo "excluded_flags=$RELEASE_OUTPUT"
41
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
0 commit comments