Skip to content

Commit 32fa53e

Browse files
authored
Update build.yml
1 parent b35fd09 commit 32fa53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
releaseDraft:
232232
name: Release draft
233233
if: github.event_name != 'pull_request'
234-
needs: [ build, verify ]
234+
needs: [ build ]
235235
# needs: [ build]
236236
runs-on: ubuntu-latest
237237
permissions:
@@ -291,4 +291,4 @@ jobs:
291291
292292
${{ needs.build.outputs.changelog }}
293293
294-
files: ${{steps.download.outputs.download-path}}/*.zip
294+
files: ${{steps.download.outputs.download-path}}/*.zip

0 commit comments

Comments
 (0)