Skip to content

Commit

Permalink
fix: update release action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary committed Dec 23, 2022
1 parent 5171ade commit f58b0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-18.04
cuda-version:
- 11.6.2
steps:
Expand All @@ -37,7 +37,7 @@ jobs:
env:
# Bazelisk will download bazel to here
XDG_CACHE_HOME: ~/.cache/bazel-repo
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
run: bazelisk --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
- name: Prepare workspace snippet
run: .github/workflows/workspace_snippet.sh $GITHUB_REF_NAME > release_notes.txt
- name: Release
Expand Down

0 comments on commit f58b0d7

Please sign in to comment.