Skip to content

Commit 506a9f6

Browse files
committed
ci: release is a run target
We need to execute the release target instead of build
1 parent a943326 commit 506a9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727

2828
- name: Build Binaries
29-
run: bazel build //tools/release
29+
run: bazel run //tools/release
3030

3131
- uses: actions/upload-artifact@v4
3232
with:

0 commit comments

Comments
 (0)