Skip to content

Commit

Permalink
update to use gh in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
sfeifer committed Nov 7, 2024
1 parent 220f26f commit c41ac37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/github-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if [[ "${GRAFANA_PLUGIN_VERSION}" == *beta* ]]; then
PRERELEASE_ARG="-p"
fi

hub release create \
gh release create \
-m "grafana-pcp v${GRAFANA_PLUGIN_VERSION}" \
-m "${RELEASE_NOTES}" \
-a "build/${GRAFANA_PLUGIN_ARTIFACT}" \
Expand Down

0 comments on commit c41ac37

Please sign in to comment.