Skip to content

Commit ee14203

Browse files
committed
ci release: fix syntax
1 parent 3355a78 commit ee14203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ jobs:
7373
echo ' {'; \
7474
echo ' "version": "${{ env.GRAFANA_PLUGIN_VERSION }}",'; \
7575
echo ' "commit": "${{ github.sha }}",'; \
76-
echo ' "url": "https://github.com/${{ github.repository }}",' \
76+
echo ' "url": "https://github.com/${{ github.repository }}",'; \
7777
echo ' "download": {'; \
7878
echo ' "any": {'; \
7979
echo ' "url": "${{ steps.upload-plugin-asset.outputs.browser_download_url }}",'; \
80-
echo ' "md5": "${{ env.GRAFANA_PLUGIN_CHECKSUM }}"; \
80+
echo ' "md5": "${{ env.GRAFANA_PLUGIN_CHECKSUM }}"'; \
8181
echo ' }'; \
8282
echo ' }'; \
8383
echo ' }'; \

0 commit comments

Comments
 (0)