Skip to content

Commit

Permalink
Fixed workflows name
Browse files Browse the repository at this point in the history
  • Loading branch information
LopyMine committed Oct 28, 2024
1 parent c8c2f02 commit 21daf3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_1.20.1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated workflow by task

name: Publish Specific Versions
name: Publish 1.20.1 Version
on: [workflow_dispatch] # Manual trigger

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_1.21.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated workflow by task

name: Publish Specific Versions
name: Publish 1.21 Version
on: [workflow_dispatch] # Manual trigger

permissions:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ tasks.register('generatePublishWorkflowsForEachVersion') {
"""
# Generated workflow by task
name: Publish Specific Versions
name: Publish ${version.toString()} Version
on: [workflow_dispatch] # Manual trigger
permissions:
Expand Down

0 comments on commit 21daf3d

Please sign in to comment.