Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 39b7cea

Browse files
committed
ci config 5
1 parent 547fd44 commit 39b7cea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ jobs:
121121
- run:
122122
name: "Publish Release on GitHub"
123123
command: |
124+
wget "https://github.com/tcnksm/ghr/releases/download/v0.13.0/ghr_v0.13.0_linux_amd64.tar.gz"
125+
tar zxvf "./ghr_v0.13.0_linux_amd64.tar.gz" -C /usr/local
126+
/bin/rm -rf "./ghr_v0.13.0_linux_amd64.tar.gz"
124127
DATASOURCE_NAME=grafana-worldmap-panel
125128
# copy ci dist
126129
cp -r ci/jobs/build_plugin/dist .
@@ -141,7 +144,7 @@ jobs:
141144
git push -f origin release-${VERSION}
142145
git tag -f v${VERSION}
143146
git push -f origin v${VERSION}
144-
ghr \
147+
/usr/local/ghr_v0.13.0_linux_amd64/ghr \
145148
-t ${GITHUB_TOKEN} \
146149
-u ${CIRCLE_PROJECT_USERNAME} \
147150
-r ${CIRCLE_PROJECT_REPONAME} \

0 commit comments

Comments
 (0)