Skip to content

Commit 1c5ab3d

Browse files
committed
fix release
1 parent 03eaca9 commit 1c5ab3d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- uses: bazelbuild/setup-bazelisk@v1
18-
- name: check git state is clean
19-
run: git status --porcelain
2018
- name: bazel test //...
2119
env:
2220
# Bazelisk will download bazel to here
2321
XDG_CACHE_HOME: ~/.cache/bazel-repo
24-
run:
25-
bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test
26-
--config=release //...
22+
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
2723
- name: Release
2824
uses: softprops/action-gh-release@v1
2925
with:
3026
prerelease: true
3127
files: |
32-
bazel-out/*/bin/path/to/some/output
28+
bazel-out/*/bin/*.tar.gz

0 commit comments

Comments
 (0)