diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4bb0da0..f5ee307 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,6 +25,8 @@ on: push: branches: - main + release: + types: [created] jobs: build-docs: diff --git a/MODULE.bazel b/MODULE.bazel index 10e33a7..939b8c2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -40,12 +40,7 @@ bazel_dep(name = "score_tooling", version = "1.1.0") bazel_dep(name = "score_virtualization", version = "0.0.1", dev_dependency = True) bazel_dep(name = "score_process", version = "1.4.3", dev_dependency = True) -bazel_dep(name = "score_platform", version = "0.5.2", dev_dependency = True) # This is main score repo -git_override( - module_name = "score_platform", - commit = "6ef2b8c740eb538d9b9b44fabd3dea5e0a888da6", - remote = "https://github.com/qorix-group/score.git", -) +bazel_dep(name = "score_platform", version = "0.5.3", dev_dependency = True) # This is main score repo # Toolchains and extensions bazel_dep(name = "score_bazel_cpp_toolchains", version = "0.2.2", dev_dependency = True)