Skip to content

Commit 92e9c36

Browse files
committed
ci: simplify job targets for bugbite-cli workflow
1 parent 35c97cc commit 92e9c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bugbite-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
publish:
187187
if: startsWith(github.ref, 'refs/tags/')
188-
needs: ["source", "linux", "macos"]
188+
needs: [source, linux, macos]
189189
runs-on: ubuntu-latest
190190
permissions:
191191
contents: write

0 commit comments

Comments
 (0)