Replies: 1 comment 1 reply
-
Hey @bszerdy ! We use Go Releaser to actually publish the release to GitHub. I'll see if Go Releaser supports this natively, or if we can modify our release process to always also publish a In the meantime, we currently use this trick to get the latest release from our install script: Lines 22 to 25 in 908b188 Does that help unblock you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for reasons, I need to pull the binary and make a local container. I retrieve the binary via a
wget
but I currently need to target the version. Can you alias your current releases to something like:https://github.com/flipt-io/flipt/releases/download/latest
? ThanksBeta Was this translation helpful? Give feedback.
All reactions