Skip to content

Commit

Permalink
added in more debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Nov 22, 2023
1 parent 4813a7c commit 0f6764d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
git diff origin/main $FILE_PATH
exit 0
fi
- name: Debugging Step
run: |
echo "Debugging information..."
set -x
# Your existing commands here
set +x
- name: Build RPM package for EL7
id: rpm_build_el7
Expand Down

0 comments on commit 0f6764d

Please sign in to comment.