Skip to content

Commit

Permalink
don't add artifacts to the GH release page (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed May 24, 2024
1 parent 5d4baee commit f2fe8ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cp android-agent/build/outputs/aar/opentelemetry-android-release.aar opentelemetry-android.aar
gh release create --target $GITHUB_REF_NAME \
--title "Version $VERSION" \
--notes-file /tmp/release-notes.txt \
v$VERSION \
opentelemetry-android.aar
v$VERSION
echo "version=$VERSION" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f2fe8ae

Please sign in to comment.