diff --git a/action.yml b/action.yml index ee5adfa..fd3a9d8 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: VERSION=$(curl --silent "https://api.github.com/repos/${{ github.repository }}/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') echo "Latest version is $VERSION" else - VERSION="${{ inputs.version }}"" + VERSION="${{ inputs.version }}" fi if [[ -z "${{ inputs.project-url }}" ]]; then PROJECT_URL="${{ github.server_url }}/${{ github.repository }}"