diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index d97fe1caa..cbb463824 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -73,4 +73,4 @@ jobs: - name: Validate Version uses: skymatic/semver-validation-action@v2 with: - version: ${{ steps.versions.outputs.semVerStr }} \ No newline at end of file + version: ${{ steps.versions.outputs.semVerStr }} \ No newline at end of file