Skip to content

Commit e45ec3a

Browse files
committed
Fix Release Github Action
1 parent af2a9a5 commit e45ec3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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 == 'prereleased' || github.event.action == 'released')
156+
if: github.event == 'release'
157157
needs:
158158
- unit-test
159159
- lint
@@ -187,7 +187,7 @@ jobs:
187187
VSCE_PAT: ${{ secrets.AZURE_ACCESS_TOKEN }}
188188

189189
publish-npm:
190-
if: github.event == 'release' && github.event.action == 'published'
190+
if: github.event == 'release'
191191
needs:
192192
- unit-test
193193
- lint

0 commit comments

Comments
 (0)