Skip to content

Commit bd86a61

Browse files
committed
Fix Release Github Action
1 parent dcb53e0 commit bd86a61

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
@@ -156,7 +156,7 @@ jobs:
156156
retention-days: 10
157157

158158
publish-marketplace:
159-
if: github.event_name == 'release' && github.
159+
if: github.event_name == 'release'
160160
needs:
161161
- unit-test
162162
- lint

0 commit comments

Comments
 (0)