Skip to content

Commit 04d4749

Browse files
author
neatc0der
committed
Fixes release trigger for distribute workflow
1 parent c78d30f commit 04d4749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Distribution Workflow
33
on:
44
workflow_dispatch:
55
release:
6-
types: [published, created]
6+
types: [published, released]
77

88
jobs:
99
build:

0 commit comments

Comments
 (0)