Skip to content

Commit

Permalink
use env var recommended by gh
Browse files Browse the repository at this point in the history
  • Loading branch information
arvdias committed Nov 25, 2020
1 parent 6b13ed3 commit f349316
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 @@ -58,6 +58,6 @@ jobs:

- name: Upload manifest to S3
run: |
aws s3 cp deploy/nri-kube-events.yaml $S3_PATH/integrations/kubernetes/nri-kube-events-${{ env.RELEASE_VERSION }}.yaml"
aws s3 cp deploy/nri-kube-events.yaml $S3_PATH/integrations/kubernetes/nri-kube-events-$RELEASE_VERSION.yaml"
aws s3 cp deploy/nri-kube-events.yaml $S3_PATH/integrations/kubernetes/nri-kube-events-latest.yaml"

0 comments on commit f349316

Please sign in to comment.