Skip to content

Commit

Permalink
add git diff for debugging (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored Nov 26, 2024
1 parent 4da49cb commit 62ef3c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Github Action"
git diff --name-only
yes "" | npm run release -- ${VERSION_BUMP} alpha --yes --noPush
- name: Determine the version bump
Expand Down

0 comments on commit 62ef3c2

Please sign in to comment.