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 6e03a35 commit f791d0cCopy full SHA for f791d0c
1 file changed
.github/workflows/release_rust.yml
@@ -34,7 +34,9 @@ jobs:
34
run: |
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)
39
+ echo "Current time2: $(date)"
40
echo "excluded_flags=$RELEASE_OUTPUT"
41
echo "excluded_flags=$RELEASE_OUTPUT" >> $GITHUB_OUTPUT
42
git config --global user.name "GitHub Actions"
0 commit comments