build: fix for invalid pathing for release publisher

This commit is contained in:
bergquist
2018-10-03 16:47:37 +02:00
parent 00b4c175c6
commit 96a0c9c56d

View File

@@ -1,4 +1,4 @@
#/bin/bash
#/bin/sh
# no relation to publish.go
@@ -7,7 +7,7 @@
_releaseNoteUrl="https://community.grafana.com/t/release-notes-v5-3-x/10244"
_whatsNewUrl="http://docs.grafana.org/guides/whats-new-in-v5-3/"
./release_publisher/release_publisher \
./scripts/build/release_publisher/release_publisher \
--wn ${_whatsNewUrl} \
--rn ${_releaseNoteUrl} \
--version ${CIRCLE_TAG} \