diff --git a/.github/workflows/post-release-agent-metadata.yml b/.github/workflows/post-release-agent-metadata.yml index 23bbe896..6ddf0592 100644 --- a/.github/workflows/post-release-agent-metadata.yml +++ b/.github/workflows/post-release-agent-metadata.yml @@ -34,10 +34,11 @@ jobs: - name: Upload agent metadata to New Relic if: steps.validate.outputs.valid == 'true' - uses: newrelic/agent-metadata-action@67f86b847bfe1c35b2856c57b454674c4767f885 # v1.0.6 + uses: newrelic/agent-metadata-action@v1.0.6 with: agent-type: NRApmOperator version: ${{ steps.validate.outputs.version }} + git-ref: ${{ github.event.release.tag_name }} newrelic-client-id: ${{ secrets.NEWRELIC_CLIENT_ID }} newrelic-private-key: ${{ secrets.NEWRELIC_PRIVATE_KEY }} newrelic-license-key: ${{ secrets.APM_CONTROL_NR_LICENSE_KEY_STAGING }}