Skip to content

Commit

Permalink
Fix reference to input version when creating release
Browse files Browse the repository at this point in the history
  • Loading branch information
anuraaga authored Oct 7, 2021
1 parent 762e194 commit bd6a55d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
gh release create ${{ github.events.inputs.version }}
--title ${{ github.events.inputs.version }}-alpha
--notes "Java Bindings for [OTLP ${{ github.events.inputs.version }}](https://github.com/open-telemetry/opentelemetry-proto/releases/tag/${{ github.events.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 bd6a55d

Please sign in to comment.