File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
61616262 NR_RELEASE_TAG : ${{ github.event.release.tag_name }}
6363
64- - name : Check released version matches tag
65- run : |
66- NEWRELIC_SUPER_AGENT_VERSION=$(./dist/newrelic-super-agent_linux_${{ matrix.arch }}/newrelic-super-agent --version | sed -n 's/^newrelic_super_agent \(.*\)/\1/p')
67- if [ "${NEWRELIC_SUPER_AGENT_VERSION}" != "${{ github.ref_name }}" ]; then
68- echo "Binary version (${NEWRELIC_SUPER_AGENT_VERSION}) differs from tag (${{ github.event.release.tag_name }}), exiting"
69- exit 1
70- fi
64+ # - name: Check released version matches tag
65+ # run: |
66+ # NEWRELIC_SUPER_AGENT_VERSION=$(./dist/newrelic-super-agent_linux_${{ matrix.arch }}/newrelic-super-agent --version | sed -n 's/^newrelic_super_agent \(.*\)/\1/p')
67+ # if [ "${NEWRELIC_SUPER_AGENT_VERSION}" != "${{ github.ref_name }}" ]; then
68+ # echo "Binary version (${NEWRELIC_SUPER_AGENT_VERSION}) differs from tag (${{ github.event.release.tag_name }}), exiting"
69+ # exit 1
70+ # fi
7171
7272 upload :
7373 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments