Remove extra } in bump_version_scheme.

This commit is contained in:
Jeremy Wood 2023-02-25 13:32:08 -05:00
parent ee2a304148
commit cd895d03dc
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_SHA: ${{ steps.get-release.outputs.tag_name }}
with:
bump_version_scheme: ${{ github.event.inputs.version-bump }}}
bump_version_scheme: ${{ github.event.inputs.version-bump }}
tag_prefix: ''
release_name: "<RELEASE_VERSION>"
use_github_release_notes: true