Remove unnecessary env section from release job (#188)

goreleaser's template already populates a .Version field so we don't
need this (it was unused since the switch to goreleaser).
This commit is contained in:
Andrew Farries 2023-10-13 14:37:55 +01:00 committed by GitHub
parent a3a40f7181
commit 8e49d694a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: