Skip to content

Commit

Permalink
Avoid multi-line issues in issue creation command
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Oct 7, 2021
1 parent bd6a55d commit bf5e685
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
gh release create ${{ github.event.inputs.version }}
--title ${{ github.event.inputs.version }}-alpha
--notes "Java Bindings for [OTLP ${{ github.event.inputs.version }}](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/${{ github.event.inputs.version }})"
gh release create ${{ github.event.inputs.version }} --title ${{ github.event.inputs.version }}-alpha --notes "Java Bindings for [OTLP ${{ github.event.inputs.version }}](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/${{ github.event.inputs.version }})"

0 comments on commit bf5e685

Please sign in to comment.