Skip to content

Commit 2a17296

Browse files
committed
Update workflow names for Maven publishing
Renamed the workflow titles in maven-central-publish.yml and maven-github-publish.yml for consistency and clarity.
1 parent f55176b commit 2a17296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-central-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Maven Central
1+
name: Publish to Maven Central Repository
22

33
on:
44
workflow_dispatch:

.github/workflows/maven-github-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Maven Publish to GitHub Packages
1+
name: Publish to GitHub Packages
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)