diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index df62ae68..975afa1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,8 +105,6 @@ jobs: runs-on: ubuntu-latest needs: [test, lint, examples, license-check] if: startsWith(github.ref, 'refs/tags/') - env: - PGROLL_VERSION: ${{ startsWith(github.ref, 'refs/tags/') && github.ref_name || github.sha }} steps: - uses: actions/checkout@v3 with: