Skip to content

Commit

Permalink
Prints grafana values
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelton-gov committed Dec 4, 2023
1 parent 6b77b6d commit 2174636
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,19 @@ jobs:
echo "github-tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
echo "GRAFANA_PLUGIN_ID: $GRAFANA_PLUGIN_ID"
echo "GRAFANA_PLUGIN_VERSION: $GRAFANA_PLUGIN_VERSION"
echo "GRAFANA_PLUGIN_TYPE: $GRAFANA_PLUGIN_TYPE"
echo "GRAFANA_PLUGIN_ARTIFACT: $GRAFANA_PLUGIN_ARTIFACT"
echo "GRAFANA_PLUGIN_ARTIFACT_CHECKSUM: $GRAFANA_PLUGIN_ARTIFACT_CHECKSUM"
echo "github-tag: ${GITHUB_REF#refs/*/}"
echo "::set-output name=GRAFANA_PLUGIN_ID::$GRAFANA_PLUGIN_ID"
echo "::set-output name=GRAFANA_PLUGIN_VERSION::$GRAFANA_PLUGIN_VERSION"
echo "::set-output name=GRAFANA_PLUGIN_TYPE::$GRAFANA_PLUGIN_TYPE"
echo "::set-output name=GRAFANA_PLUGIN_ARTIFACT::$GRAFANA_PLUGIN_ARTIFACT"
echo "::set-output name=GRAFANA_PLUGIN_ARTIFACT_CHECKSUM::$GRAFANA_PLUGIN_ARTIFACT_CHECKSUM"
echo "::set-output name=github-tag::${GITHUB_REF#refs/*/}"
# - name: Read changelog
# id: changelog
# run: |
Expand Down

0 comments on commit 2174636

Please sign in to comment.