Skip to content

Commit

Permalink
fix: correct CI check to properly release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 26, 2024
1 parent 943e5d8 commit a39fdfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions packages/istanbul-lib-source-maps/README.md
Expand Up @@ -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.

0 comments on commit a39fdfe

Please sign in to comment.