-
-
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
feat: allow for passing a tag reference #9
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution. unfortunately, one or more of your commits are missing the required "Signed-off-by:" statement. Signing off is part of the Developer Certificate of Origin (DCO) which is used by this project. Read the DCO and project contributing guide carefully, and amend your commits using the git CLI. Note that this does not require any cryptography, keys or special steps to be taken. 💡 Shall we fix this?This will only take a few moments. First, clone your fork and checkout this branch using the git CLI. Next, set up your real name and email address:
Finally, run one of these commands to add the "Signed-off-by" line to your commits. If you only have one commit so far then run: Check that the message has been added properly by running "git log". |
Signed-off-by: Marco Ceppi <marco@ceppi.net>
Hey thanks for your interest. It's kind of funny because you know who "we" is but you've not disclosed it to me. So who is we? Next up: how has this been tested? I need to see a build with the old behaviour still working and one with your new workflow working. I'll also take a look at the code changes myself after the above. Cheers, Alex |
@marcoceppi do you still want me to consider your changes? I need to see some evidence of testing in both conditions - working as usual, and your new scenario. Just confirming that your change is in place risks regression for every current user of this action. Alex |
We, ublue-os, have been using the modified version. I'll need to create a test with the tag omitted and will find some time this week to do so. |
Thanks @marcoceppi Let's get that done and then we can all keep one version maintained, it'll be less confusing for the community. |
We use release-please which creates the releases then publishes them. This restricts us from using the on release published target. release-please does include the tag it created the release for. This change allows us to use this action by passing in an optional tag reference instead of it being inferred from the environment.
Example of how this action is being used