Skip to content

Commit

Permalink
Update build-release-assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio authored Feb 13, 2024
1 parent b5a7dd4 commit 504b0f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-release-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
env:
AUTH_TOKEN: ${{ secrets.RELEASE_ASSET_TOKEN }}
run: |
pwd
git tag
tag=$(git tag | sort -V | tail -1)
tag=$(gh release list --json tagName -q '.[0].tagName')
file=/tmp/newrelic-lambda-extension.arm64.zip
if [ -f /tmp/newrelic-lambda-extension.x86_64.zip ];then
file=/tmp/newrelic-lambda-extension.x86_64.zip
Expand Down

0 comments on commit 504b0f3

Please sign in to comment.