Skip to content

Commit f16ceb5

Browse files
committed
deploy only on release published
1 parent a4fdce6 commit f16ceb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Publish package to the Maven Central Repository
22
on:
33
release:
4-
types: [created, published]
4+
types: [published]
55
jobs:
66
publish:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)