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

Commit ddfc35f

Browse files
committed
ci update 7
1 parent d0df25e commit ddfc35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
/bin/rm -rf "./ghr_v0.13.0_linux_amd64.tar.gz"
127127
DATASOURCE_NAME=grafana-worldmap-panel
128128
RELEASE_NOTES=`awk 'BEGIN {FS="##"; RS=""} FNR==4 {print; exit}' CHANGELOG.md`
129-
VERSION=`cat dist/plugin.json|jq '.info.version'| sed s/\"//g`
129+
VERSION=`cat ci/dist/plugin.json|jq '.info.version'| sed s/\"//g`
130130
git config user.email "[email protected]"
131131
git config user.name "CircleCI Automation"
132132
git checkout -b release-${VERSION}

0 commit comments

Comments
 (0)