Skip to content

Commit 15539d2

Browse files
committed
fix workflow trigger event type
1 parent 66a65ef commit 15539d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release on demand
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
deploy:
77
description: "Deploy to Maven Central"

0 commit comments

Comments
 (0)