-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use tag name or release url as input #4
Comments
Help me understand your workflow. How do you tend to create your releases? I do it by creating a release in the GitHub UI. |
I ran into this as well when using |
Hey, I want to add the assets using this action but on a specific release that I create on the fly.
I used to then do this using the deprecated now plugin
|
Hi! I've been using this Github Action and I run into an issue:
The release must use
${{ github.ref }}
as its tag:upload-assets/src/get-release.js
Line 11 in f055c93
This may not be a great idea, as seen here: actions/create-release#116.
I think there should be an option to specify either the tag name or the release url, like https://github.com/actions/upload-release-asset does. This would both avoid the mentioned issue and let the users pick their desired release tags.
Thank you!
The text was updated successfully, but these errors were encountered: