diff --git a/.github/workflows/check_version.yaml b/.github/workflows/check_version.yaml index c08f4f5e..87943032 100644 --- a/.github/workflows/check_version.yaml +++ b/.github/workflows/check_version.yaml @@ -11,4 +11,4 @@ jobs: fetch-depth: 0 - uses: ./.github/actions/prepare_poetry_env - name: Check Release - run: ./scripts/check_release.sh \ No newline at end of file + run: ./scripts/check_release_version.sh \ No newline at end of file