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'm using GitHub Actions to build and release my JS project on npm and GitHub.
During the process I'm generating a transpiled version for distribution.
I'm not sure if it's necessary to specify assets in both the git and github plugins. I'm using the git plugin simply to update the version in my package.json file.
I'd really appreciate any assistance in getting this working. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello,
I'm using GitHub Actions to build and release my JS project on npm and GitHub.
During the process I'm generating a transpiled version for distribution.
I'm trying to include this distribution file in the assets for the GitHub release but I can't figure out how to get it working. Only the source code gets included in the release: https://github.com/voyanttools/voyantjs/releases/tag/v2.1.7
I know the distribution file exists because it's included in the tarball that's sent to npm.
Here's the semantic release configuration from my package.json file
I'm not sure if it's necessary to specify assets in both the git and github plugins. I'm using the git plugin simply to update the version in my package.json file.
I'd really appreciate any assistance in getting this working. Thanks in advance!
The text was updated successfully, but these errors were encountered: