mirror of
https://github.com/Crocmagnon/fatcontext.git
synced 2024-11-21 15:38:08 +01:00
ci: run goreleaser only if test & lint pass
This commit is contained in:
parent
48329d1b05
commit
03bce0f06d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/goreleaser.yml
vendored
1
.github/workflows/goreleaser.yml
vendored
|
@ -9,6 +9,7 @@ permissions:
|
|||
|
||||
jobs:
|
||||
goreleaser:
|
||||
needs: [build, golangci]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue