We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9791e3d commit d3ef718Copy full SHA for d3ef718
.github/workflows/build.yml
@@ -153,7 +153,7 @@ jobs:
153
retention-days: 10
154
155
publish-marketplace:
156
- if: github.event == 'release' && github.event.action == 'published'
+ if: github.event == 'release' && (github.event.action == 'prereleased' || github.event.action == 'released')
157
needs:
158
- unit-test
159
- lint
0 commit comments