Skip to content

Commit

Permalink
Merge pull request #210 from Kevin-Lee/fix-release
Browse files Browse the repository at this point in the history
Changed: GitHub Actions - workflow names
  • Loading branch information
kevin-lee committed Mar 10, 2021
2 parents c9840af + af2f925 commit 5833c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual-maven-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: "Manual - Maven Sync"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: "Manual - Publish Only"

on:
workflow_dispatch:
Expand Down

0 comments on commit 5833c30

Please sign in to comment.