Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
We have no config for release, no need to pass this flag
  • Loading branch information
manuelnaranjo committed Jun 17, 2024
1 parent fe35f28 commit a943326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:


- name: Build Binaries
run: bazel build --config=release //tools/release
run: bazel build //tools/release

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a943326

Please sign in to comment.