MetaMask / action-npm-publish

GitHub Action to publish to NPM
MIT License
8 stars 6 forks source link

Disable debug output in non-debug environments #94

Closed rickycodes closed 3 months ago

rickycodes commented 3 months ago

The original intent was to only set -x when in debug environments, but instead we were setting it if ACTIONS_RUNNER_DEBUG was unset... so effectively all non-debug environments. This change remedies that mistake.

Gudahtt commented 3 months ago

We should update the PR description and/or title to clarify what was broken, and what we're fixing here (we'll want this in the changelog as well).

We could maybe call this "disable debug output in non-debug environments", something like that.