diff --git a/.github/workflows/new-relic.yml b/.github/workflows/new-relic.yml index db1c264..2f89e1b 100644 --- a/.github/workflows/new-relic.yml +++ b/.github/workflows/new-relic.yml @@ -10,7 +10,7 @@ jobs: name: New Relic steps: - name: Set Release Version from Tag - run: echo "RELEASE_VERSION=${{ GITHUB_REF:10 }}" >> $GITHUB_ENV + run: echo "RELEASE_VERSION=${{ GITHUB_REF }}" >> $GITHUB_ENV - name: Create New Relic deployment marker uses: newrelic/deployment-marker-action@v1