diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 13b4a5f..cf20186 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: env: BASE_REL: 0.9.20240202 BASE_SRC: - https://github.com/rdavid/shellbase/archive/refs/tags/v$REL.tar.gz + https://github.com/rdavid/shellbase/archive/refs/tags/v$BASE_REL.tar.gz steps: - uses: actions/checkout@v4 - run: |