Skip to content

Commit cc3a4be

Browse files
authored
release/glint: Fix bin publishing (#2820)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 2d179bc commit cc3a4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: github.event_name == 'release' && startsWith(github.event.release.name, 'bazel-bins')
105105
runs-on: ubuntu-24.04
106106
needs:
107-
- build-glint
107+
- build
108108
permissions:
109109
contents: write
110110
steps:

0 commit comments

Comments
 (0)