diff --git a/.github/workflows/go-cd.yml b/.github/workflows/go-cd.yml index cd57a597fd..942dcf7dbd 100644 --- a/.github/workflows/go-cd.yml +++ b/.github/workflows/go-cd.yml @@ -44,7 +44,7 @@ jobs: env: INPUT_VERSION: ${{ github.event.inputs.version }} steps: - - name: Validate Version Agaisnt RegEx + - name: Validate Version Against RegEx run: | echo "input version is: ${{ env.INPUT_VERSION }}" if ! echo "${{ env.INPUT_VERSION }}" | grep -Pq '^v\d+\.\d+\.\d+(-rc\d+)?$'; then