Skip to content

Commit

Permalink
add quotes to '--title' string (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pichlermarc authored Dec 2, 2021
1 parent 2e9765f commit 7fca6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
gh release create v${{ github.event.inputs.version }} --title Release v${{ github.event.inputs.version }}-alpha --notes "Java Bindings for [OTLP v${{ github.event.inputs.version }}](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v${{ github.event.inputs.version }})"
gh release create v${{ github.event.inputs.version }} --title "Release v${{ github.event.inputs.version }}-alpha" --notes "Java Bindings for [OTLP v${{ github.event.inputs.version }}](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v${{ github.event.inputs.version }})"

0 comments on commit 7fca6a7

Please sign in to comment.