Skip to content

Commit

Permalink
use release.tag_name for version extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
arvdias committed Nov 23, 2020
1 parent e87f819 commit ff2015c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:

DOCKER_IMAGE_NAME: newrelic/nri-kube-events
RELEASE_VERSION: ${{ github.event.release.name }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
S3_PATH: s3://nr-downloads-main/infrastructure_agent

jobs:
Expand Down

0 comments on commit ff2015c

Please sign in to comment.