Skip to content

Commit 763927c

Browse files
committed
build: check created commits
1 parent bffc639 commit 763927c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,5 @@ jobs:
8080
run: git remote rename origin upstream
8181
- name: Build packages and release
8282
run: yarn release run snapshot --workspaces @elastic/eslint-plugin-eui --skip-prompts --skip-auth-check --use-auth-token --dry-run
83+
- name: Check created commits
84+
run: git log -p -n 3

0 commit comments

Comments
 (0)