Skip to content

Commit

Permalink
chore: enable debug logging for GitHub Actions workflow
Browse files Browse the repository at this point in the history
- Added environment variables to enable debug logging for GitHub Actions, specifically `ACTIONS_RUNNER_DEBUG` and `ACTIONS_STEP_DEBUG`.
- This enhancement will assist in troubleshooting and provide more visibility into the workflow execution process.

These changes aim to improve the debugging capabilities of the release build workflow.
  • Loading branch information
tphakala committed Jan 15, 2025
1 parent 8ee94f4 commit 2b37f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
types: [created, edited]
workflow_dispatch:

env:
ACTIONS_RUNNER_DEBUG: true
ACTIONS_STEP_DEBUG: true

permissions:
contents: write
packages: write
Expand Down

0 comments on commit 2b37f1e

Please sign in to comment.