Skip to content

Commit

Permalink
Update tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses authored Aug 23, 2024
1 parent dedc764 commit 48aef1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
export TAG=`echo $GITHUB_REF | sed 's/^.*[^0-9]\([0-9]*\.[0-9]*\.[0-9]*\).*$/\1/'`
echo $TAG
sed -i.bak "s~version = \"[0-9.]*\"~version = \"$TAG\"~g" BUILD
sed -i.bak "s~LLVM_TARGETS = [\"X86\", \"AArch64\", \"AMDGPU\", \"NVPTX\"\]~LLVM_TARGETS = [\"X86\", \"NVPTX\"\]~g" WORKSPACE
cat BUILD
- uses: bazel-contrib/setup-bazel@0.8.5
with:
Expand Down

0 comments on commit 48aef1b

Please sign in to comment.