Fix patch release build (#4530)

This commit is contained in:
Trask Stalnaker 2021-10-27 13:09:27 -07:00 committed by GitHub
parent 41b5bf999a
commit 3e3024d2b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -282,9 +282,9 @@ jobs:
asset_name: opentelemetry-javaagent.jar
asset_content_type: application/java-archive
# TODO (trask) delete this after the 1.7.0 release (to make sure it is used for any 1.6.x patches)
# TODO (trask) delete this after the 1.8.0 release (to make sure it is used for any 1.7.x patches)
- name: Upload Release Asset (backwards compatible "all" artifact)
id: upload-release-asset
id: upload-release-asset-backwards-compatible
uses: actions/upload-release-asset@v1.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}