concourse / github-release-resource

a resource for github releases
Apache License 2.0
57 stars 58 forks source link

option to disable the implicit get on a put #90

Open rnag opened 5 years ago

rnag commented 5 years ago

Is there any way to disable the implicit get on a put operation? In my pipeline I am only using this resource in a put step, and I don't think it matters in my case whether the release fails to create or not. So ideally I'd want to pass something like this:

get_params: {skip_download: true}

anyone know if there is already an existing option that i'm overlooking? I could find anything similar to this in the docs, so i was curious if this was already supported.