Skip to content

Commit 386066f

Browse files
committed
Add git diff command to workflow
1 parent 13c1e77 commit 386066f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git config --global user.name "GitHub Actions"
2525
git config --global user.email "[email protected]"
26+
- run: git diff HEAD
2627
- run: npm version patch -m "Bump version to %s [skip ci]"
2728
env:
2829
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)