Skip to content

Commit

Permalink
build: debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 13, 2021
1 parent a5ca5d6 commit 6b438b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.manifest_release.outputs.release_created }}
paths_released: ${{ steps.manifest_release.outputs.paths_released || '[]' }}
paths_released: ${{ steps.manifest_release.outputs.paths_released }}
steps:
- uses: google-github-actions/release-please-action@v2
id: manifest_release
Expand All @@ -19,6 +19,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: release
if: ${{ needs.release.outputs.release_created }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 6b438b7

Please sign in to comment.