Skip to content

Commit

Permalink
fix: mvn repository publish logic
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Nov 13, 2024
1 parent f5c130d commit 75ceb87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish to Maven Central Repository
name: publish to mvn Repository

on:
workflow_run:
workflows: ["Verify"]
workflows: ["verify"]
types:
- completed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Verification
name: verify

on:
push:
Expand Down

0 comments on commit 75ceb87

Please sign in to comment.