Skip to content

Commit 7655347

Browse files
committed
fix: release script error
Signed-off-by: Daniel Hu <[email protected]>
1 parent 941be7b commit 7655347

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ body:
2828
label: 'DevStream Version'
2929
description: "To find out the version run: `dtm version`"
3030
options:
31-
- < v0.10.0
32-
- v0.10.0
31+
- < v0.10.3
32+
- v0.10.3
3333
- latest
3434
validations:
3535
required: true

hack/release/auto-release-darwin-arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pip3 install awscli
7373
aws s3 cp $plugin_dir $STORAGE_URL_WITH_TAG --recursive --acl public-read
7474

7575
# check if the number of plugins on s3 is correct
76-
local_plugin_nums=$(../../dtm list plugins |wc -l)
76+
local_plugin_nums=$(./dtm list plugins |wc -l)
7777
((local_plugin_file_nums=local_plugin_nums*6))
7878
s3_plugin_file_total_nums=$(aws s3 ls download.devstream.io/"$tag"/|awk '{print $NF}'|uniq|wc -l)
7979
((s3_plugin_file_nums=s3_plugin_file_total_nums-3))

0 commit comments

Comments
 (0)