Skip to content

Commit 394e51e

Browse files
authored
Merge pull request #20 from StrongMonkey/fix-ci-1
Fix: fix release ci yaml
2 parents 290a78e + f90aaf3 commit 394e51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
BUILD_TIME=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.created'] }}
259259
260260
release:
261-
needs: [build, build-macos, create-universal-macos, docker]
261+
needs: [build-linux, build-macos, create-universal-macos, docker]
262262
runs-on: ubuntu-latest
263263
permissions:
264264
contents: write

0 commit comments

Comments
 (0)