Skip to content

Commit 05a3d64

Browse files
committed
internal/ci: start publishing the module
We need to declare the source kind, and the language version should be v0.13 as some of the other repos use the stable version. Signed-off-by: Daniel Martí <[email protected]> Change-Id: I2e5463d8b6a1d328a34b95667b412f17fb395b5e Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1218688 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Paul Jolly <[email protected]>
1 parent 17177e9 commit 05a3d64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/ci/cue.mod/module.cue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module: "github.com/cue-lang/tmp/internal/ci"
22
language: {
3-
version: "v0.14.0"
3+
version: "v0.13.0"
4+
}
5+
source: {
6+
kind: "self"
47
}
58
deps: {
69
"cue.dev/x/githubactions@v0": {

0 commit comments

Comments
 (0)