Skip to content

Commit 2d5181f

Browse files
committed
Fix typo in build condition
1 parent c6ce24d commit 2d5181f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-on-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build
33

44
on:
55
release:
6-
type: [ published ]
6+
types: [ published ]
77

88
jobs:
99
build_and_publish_image:

0 commit comments

Comments
 (0)