Skip to content

Commit

Permalink
ci: Show DEBUG logs from release-plz
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Jan 24, 2025
1 parent 4f359f8 commit 8b2db8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ jobs:
config: "libs/.release-plz.toml"
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
RUST_LOG: "debug"
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ jobs:
project_manifest: "libs/Cargo.toml"
config: "libs/.release-plz.toml"
env:
RUST_LOG: "debug"
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit 8b2db8e

Please sign in to comment.