Skip to content

Commit 6a25e5b

Browse files
committed
fix: release bazelrc
1 parent dcadc06 commit 6a25e5b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
run: |
3939
rm -rf ${{ env.DEST }}
4040
mkdir -p ${{ env.DEST }}
41-
bazel --bazelrc=.github/workflows/ci.bazelrc \
42-
run --config=release //tools/release:copy_release_artifacts
41+
bazel run --config=release //tools/release:copy_release_artifacts
4342
- uses: actions/upload-artifact@v4
4443
with:
4544
name: go-binaries

0 commit comments

Comments
 (0)