ci: run goreleaser only if test & lint pass

This commit is contained in:
Gabriel Augendre 2024-03-27 22:51:04 +01:00
parent 48329d1b05
commit 03bce0f06d

View file

@ -9,6 +9,7 @@ permissions:
jobs:
goreleaser:
needs: [build, golangci]
runs-on: ubuntu-latest
steps:
- name: Checkout