File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 required : true
1919 default : dryrun
2020 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)'
2222 required : false
2323 schedule :
2424 - cron : ' 0 15 * * SUN'
5050 - name : Validate version
5151 if : ${{ inputs.target == 'main' }}
5252 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'"
5555 exit 1
5656 fi
5757 - uses : holoviz-dev/holoviz_tasks/pixi_install@v0
Original file line number Diff line number Diff line change 55 },
66 {
77 "name" : " 0.11.3 (latest)" ,
8- "version" : " v0 .11.3" ,
8+ "version" : " 0 .11.3" ,
99 "url" : " https://hvplot-test.holoviz.org/en/docs/latest/" ,
1010 "preferred" : true
1111 }
You can’t perform that action at this time.
0 commit comments