Skip to content

Commit 262ad6c

Browse files
committed
chore: require CI pass before generating releases
1 parent 0e1b4f6 commit 262ad6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,12 @@ permissions:
3232
name: Release Please
3333

3434
jobs:
35+
build-and-test:
36+
uses: ./.github/workflows/ci.yml
37+
3538
release-please:
3639
runs-on: ubuntu-latest
40+
needs: build-and-test
3741
steps:
3842
- id: release
3943
name: Release Please

0 commit comments

Comments
 (0)