Skip to content

Commit 08ce0c2

Browse files
author
Flinders, Elijah
committed
Fix publishToMaven.yml
1 parent 44c72f6 commit 08ce0c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishToMaven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
3-
push:
4-
branches: ["**"]
3+
release:
4+
types: [created]
55

66
jobs:
77
publish-to-maven:

0 commit comments

Comments
 (0)