Skip to content

Commit 97f68be

Browse files
committed
Merge remote-tracking branch 'main/main'
# Conflicts: # .github/workflows/release.yml
2 parents dbceb20 + 32fa53e commit 97f68be

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)