Skip to content

Commit 5ee7494

Browse files
authored
fix: minor patch on publish action (cadence-workflow#60)
<!-- Describe what has changed in this PR --> **What changed?** enable publish action
1 parent 059e45b commit 5ee7494

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Upload Python Package
55

66
on:
77
release:
8-
types: [published]
8+
types:
9+
- published
910

1011
permissions:
1112
contents: read

0 commit comments

Comments
 (0)