Skip to content

Commit 49f7560

Browse files
authored
Update tag.yml
1 parent 13e6992 commit 49f7560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo $TAG
3535
sed -i.bak "s~version = \"[0-9.]*\"~version = \"$TAG\"~g" BUILD
3636
cat BUILD
37-
sed -i.bak "s~\[\"X86\", \"AArch64\", \"AMDGPU\", \"NVPTX\"\]~\[\"X86\"]~g" WORKSPACE
37+
sed -i.bak "s~\[\"X86\", \"AArch64\", \"AMDGPU\", \"NVPTX\"\]~\[\"X86\", \"NVPTX\"\]~g" WORKSPACE
3838
cat WORKSPACE
3939
- uses: bazel-contrib/[email protected]
4040
with:

0 commit comments

Comments
 (0)