File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
required : true
19
19
default : dryrun
20
20
version :
21
- description : ' Version tag vX .X.X (required if target is main)'
21
+ description : ' Version tag X .X.X (required if target is main)'
22
22
required : false
23
23
schedule :
24
24
- cron : ' 0 15 * * SUN'
50
50
- name : Validate version
51
51
if : ${{ inputs.target == 'main' }}
52
52
run : |
53
- if [[ -z "$VERSION" || ! "$VERSION" =~ ^v [0-9]+\.[0-9]+\.[0-9]+$ ]]; then
54
- echo "❌ 'version' is required and must match format vX .X.X (e.g. v0 .11.1) when target is 'main'"
53
+ if [[ -z "$VERSION" || ! "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
54
+ echo "❌ 'version' is required and must match format X .X.X (e.g. 0 .11.1) when target is 'main'"
55
55
exit 1
56
56
fi
57
57
- uses : holoviz-dev/holoviz_tasks/pixi_install@v0
Original file line number Diff line number Diff line change 5
5
},
6
6
{
7
7
"name" : " 0.11.3 (latest)" ,
8
- "version" : " v0 .11.3" ,
8
+ "version" : " 0 .11.3" ,
9
9
"url" : " https://hvplot-test.holoviz.org/en/docs/latest/" ,
10
10
"preferred" : true
11
11
}
You can’t perform that action at this time.
0 commit comments