Skip to content

Commit 74dbc8d

Browse files
committed
chore: only release if tests pass
We've generally been lucky that builds are slower than integration tests, but we need explicit ordering here Signed-off-by: Danny Kopping <[email protected]>
1 parent 68f7cf0 commit 74dbc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
7070
goreleaser:
7171
runs-on: ubuntu-latest
72+
needs: test
7273
steps:
7374
- name: Checkout
7475
uses: actions/checkout@v4

0 commit comments

Comments
 (0)