Skip to content

Commit f791d0c

Browse files
committed
chore: time
1 parent 6e03a35 commit f791d0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release_rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: |
3535
# Run cargo release and capture the output
3636
# Run cargo release and capture both full output and last line
37+
echo "Current time1: $(date)"
3738
RELEASE_OUTPUT=$(deno run -A scripts/cargo-release-cli.ts ${{ steps.version.outputs.version }} | tee /dev/tty | tail -n 1)
39+
echo "Current time2: $(date)"
3840
echo "excluded_flags=$RELEASE_OUTPUT"
3941
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
4042
git config --global user.name "GitHub Actions"

0 commit comments

Comments
 (0)