-
-
Notifications
You must be signed in to change notification settings - Fork 320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add .zip file as asset from a pull request that generates a new release tag #745
Comments
Hi, if you are using As best I am aware, you would need to use the Github APIs - for example in the package https://www.npmjs.com/package/@octokit/rest |
Hi @steveukx Im already using the octokit to open the pull request after with this function after prepare it with the
I want to add a specific .zip file to the assets when the tag is released. So, this is responsible for octokit not from git-js? |
Hi, there.
I have a script that uses the git-js, which is an awesome lib, to generate a new pull request with a new tag for a release.
Today I can add files to this pull request and also generate a new tag release with it.
I want to know how can I add a .zip file as an asset to this release. This is how my code is working today:
branchName: variable that explains itself
tag: tag of the new release
Inside this workflow, I generate a .zip file and I want to add it as an asset to this release tag.
How can I do it?
The text was updated successfully, but these errors were encountered: