Skip to content

Commit

Permalink
Build name
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Jan 29, 2025
1 parent 1c0f48b commit f9631a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lambda_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
RELEASE_TITLE="New Relic Ruby Agent ${{ env.VERSION }}.0"
RELEASE_TAG="${{ env.VERSION }}.0_ruby"
RELEASE_NOTES="Automated release for [Ruby Agent ${{ env.VERSION }}](https://github.com/newrelic/newrelic-ruby-agent/releases/tag/${env.VERSION})"
RELEASE_NOTES="Automated release for [Ruby Agent ${{ env.VERSION }}](https://github.com/newrelic/newrelic-ruby-agent/releases/tag/${{ env.VERSION }})"
gh auth login --with-token <<< $GH_RELEASE_TOKEN
echo "newrelic/newrelic-lambda-layers - Releasing ${RELEASE_TITLE} with tag ${RELEASE_TAG}"
gh release create "${RELEASE_TAG}" --title=${RELEASE_TITLE} --repo=newrelic/newrelic-lambda-layers --notes=${RELEASE_NOTES}
Expand Down

0 comments on commit f9631a1

Please sign in to comment.