Skip to content

Commit

Permalink
ci: add debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
radiovisual committed Oct 20, 2024
1 parent f03b8ef commit 5a9d8db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Show diff for debugging
run: git diff
- name: Show package.json and package-lock.json changes
run: |
cat package.json
cat package-lock.json
git diff
# Create a Pull Request with the version bump if the release is not a pre-release
- name: Create Pull Request for Version Bump
Expand Down

0 comments on commit 5a9d8db

Please sign in to comment.