Skip to content

Commit

Permalink
Remove unnecessary env section from release job (#188)
Browse files Browse the repository at this point in the history
goreleaser's template already populates a .Version field so we don't
need this (it was unused since the switch to goreleaser).
  • Loading branch information
andrew-farries authored Oct 13, 2023
1 parent a3a40f7 commit 8e49d69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e49d69

Please sign in to comment.