MetaMask / action-npm-publish

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

remove default channel #74

Closed rickycodes closed 5 months ago

rickycodes commented 5 months ago

we had an issue on Slack when we made the dev channel public the bot stopped working

after some exploring we discovered that specifying the channel in the payload (which the bot always did) only worked for private channels. and so we need to remove the default and only add channel to the payload in cases where it's explicitly used as input.

rickycodes commented 5 months ago

closed by #73