Skip to content

Commit d3ef718

Browse files
committed
Fix Release Github Action
1 parent 9791e3d commit d3ef718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
retention-days: 10
154154

155155
publish-marketplace:
156-
if: github.event == 'release' && github.event.action == 'published'
156+
if: github.event == 'release' && (github.event.action == 'prereleased' || github.event.action == 'released')
157157
needs:
158158
- unit-test
159159
- lint

0 commit comments

Comments
 (0)