This repository was archived by the owner on May 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,8 @@ if [ "$DRONE_BRANCH" = "$BRANCH" ] && [ "$DRONE_PR" != "true" ]; then
71
71
72
72
73
73
# Upload To Github
74
- curl -L -o /tmp/github-release.tar.bz2 https://github.com/aktau/github-release/releases/download/v0.5.2/linux-amd64-github-release.tar.bz2
75
- tar jxf /tmp/github-release.tar.bz2 -C /tmp/ && sudo mv /tmp/bin/linux/amd64/github-release /usr/local/bin/github-release
74
+ # curl -L -o /tmp/github-release.tar.bz2 https://github.com/aktau/github-release/releases/download/v0.5.2/linux-amd64-github-release.tar.bz2
75
+ # tar jxf /tmp/github-release.tar.bz2 -C /tmp/ && sudo mv /tmp/bin/linux/amd64/github-release /usr/local/bin/github-release
76
76
77
- cd ..
78
- github-release release -u mephux -r envdb -t v$( cat .Version) -n " v$( cat .Version) " -d " " || true
77
+ # github-release release -u mephux -r envdb -t v$(cat .Version) -n "v$(cat .Version)" -d "" || true
79
78
fi
Original file line number Diff line number Diff line change 6
6
path : github.com/mephux/envdb
7
7
script :
8
8
- make release
9
- - ./.ci/deploy.sh
10
9
notify :
11
10
email :
12
11
recipients :
13
12
13
+ publish :
14
+ github :
15
+ branch : master
16
+ script :
17
+ artifacts :
18
+ - release
19
+ tag : v$(cat .Version)
20
+ token : $$github_token
21
+ user : mephux
22
+ repo : envdb
You can’t perform that action at this time.
0 commit comments