Skip to content

Commit bb3951e

Browse files
authored
chore(ci): fix github workflow for release-please (deepgram#604)
1 parent 7a9d41d commit bb3951e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
release-please:
5454
runs-on: ubuntu-latest
5555
needs: test
56+
outputs:
57+
release_created: ${{ steps.release.outputs.release_created }}
5658
steps:
5759
- uses: googleapis/release-please-action@v4
5860
id: release
@@ -63,6 +65,7 @@ jobs:
6365
publish:
6466
runs-on: ubuntu-latest
6567
needs: release-please
68+
if: ${{ needs.release-please.outputs.release_created }}
6669
strategy:
6770
matrix:
6871
python-version: ["3.8"]

0 commit comments

Comments
 (0)