-
Notifications
You must be signed in to change notification settings - Fork 80
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
releasing on git tag #16
Comments
It's not a good idea to
Does it sound good to you? On the other hand, it might be valuable to add another parameter |
@stevenaldinger Have you tried the above approach? Does it work for you? |
Hi @wangyoucao577 I tried this approach with no success. Publishing the assets works when I create the release manually but not when the release is created by the |
Ok, the problem was simply the one outlined here, with a custom access token for the |
Now you have another choice:
|
Is there a way to pass in the release name? I don't want to have to manually create releases, I want to be able to push to a git tag, automatically create a release, and then upload binaries to it.
I tried using two separate actions, one that creates a release and then a separate one that is triggered on release. The second action was never actually triggered but I'd rather not work around the core issue anyway, I want it to be in one job.
the following action gets the
curl: (6) Could not resolve host: null
error.The text was updated successfully, but these errors were encountered: