You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the GitHub Actions Workflow for auto-building the app is working, and electron-builder is building the app for all three OSs. Why not use the github-releases action workflow to auto-push a new release? If you don't want to do this for all changes, maybe you can do it only when version is updated in package.json, or when the changes are pushed with a particular message (or tag). Having no releases for the latest version means that old bugs (Discord plugin) persist, and new features (skip-silences plugin) are unavailable.
PS: Right now I'm running my own GH Actions to build releases, and they're available here, but it would be useful if the main repo did this too.
The text was updated successfully, but these errors were encountered:
I see that the GitHub Actions Workflow for auto-building the app is working, and electron-builder is building the app for all three OSs. Why not use the github-releases action workflow to auto-push a new release? If you don't want to do this for all changes, maybe you can do it only when version is updated in
package.json
, or when the changes are pushed with a particular message (or tag). Having no releases for the latest version means that old bugs (Discord plugin) persist, and new features (skip-silences plugin) are unavailable.PS: Right now I'm running my own GH Actions to build releases, and they're available here, but it would be useful if the main repo did this too.
The text was updated successfully, but these errors were encountered: