Skip to content

Commit df00a0c

Browse files
committed
Explicitly set git-auto-commit file pattern
This should prevent API timeouts since nexus-staging and the binaries are excluded from the commit.
1 parent 470a3cb commit df00a0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ jobs:
261261
commit_user_name: github-actions
262262
commit_user_email: [email protected]
263263
commit_author: Author <[email protected]>
264+
file_pattern: 'documentation/developer-guide/antora.yml pom.xml */*/pom.xml'
264265

265266
# Full release: Github
266267
- name: "Create Github release (full)"

0 commit comments

Comments
 (0)