Skip to content

Commit 379a4fb

Browse files
committed
chore: build fix
1 parent c3166cd commit 379a4fb

2 files changed

Lines changed: 1 addition & 72 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
release:
184184
name: Create Release
185185
runs-on: ubuntu-latest
186-
needs: [build, docker]
186+
needs: [build]
187187
if: startsWith(github.ref, 'refs/tags/')
188188
permissions:
189189
contents: write

.github/workflows/docker.yml

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)