We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffc639 commit 763927cCopy full SHA for 763927c
.github/workflows/release.yml
@@ -80,3 +80,5 @@ jobs:
80
run: git remote rename origin upstream
81
- name: Build packages and release
82
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