diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 73185be0..213b356c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -12,7 +12,7 @@ jobs: - uses: google-github-actions/release-please-action@v4 id: manifest_release publish: - if: ${{ needs.release.outputs.release_created }} + if: ${{ needs.release.outputs.releases_created }} runs-on: ubuntu-latest needs: release strategy: diff --git a/packages/istanbul-lib-source-maps/README.md b/packages/istanbul-lib-source-maps/README.md index 3d1f6003..da9dc591 100644 --- a/packages/istanbul-lib-source-maps/README.md +++ b/packages/istanbul-lib-source-maps/README.md @@ -6,6 +6,5 @@ Source map support for istanbuljs. ## Debugging -`istanbul-lib-source-maps` uses the [debug](https://www.npmjs.com/package/debug) module. -Run your application with the environment variable `DEBUG=istanbuljs`, to receive debug +`istanbul-lib-source-maps` uses the [debug](https://www.npmjs.com/package/debug) module. Run your application with the environment variable `DEBUG=istanbuljs`, to receive debug output.