Skip to content

Commit cadc973

Browse files
authored
Merge pull request #37 from VirtusLab/fix-publishing
bugfix: Uncomment versions to fix publishing
2 parents 34bd43d + 94467c2 commit cadc973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.bazelbsp/
66
.bsp/
7-
bazel-bazel-bsp/
7+
bazel-bazel-bsp
88

99
.idea/*
1010

rules/publishing/versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def _versions(rctx):
2020
)
2121
rctx.file(
2222
"BUILD.bazel",
23-
#content = "exports_files([\"versions.bzl\"])",
23+
content = "exports_files([\"versions.bzl\"])",
2424
)
2525

2626
versions = repository_rule(

0 commit comments

Comments
 (0)