Closed laurrentt closed 2 years ago
Thanks for the bug report! We'll take a look soon.
We are experiencing exactly the same issue in CircleCI It makes it impossible to do release based deployments using the orb
We couldnt deploy release tags with launchdarkly and will be great if this feature is made available. Thanks
@Andrei-Predoiu the source of the error @laurrentt mentioned is coming from our Github Actions implementation. Can you confirm the exact error message you are receiving when trying to use this with CircleCI?
@Andrei-Predoiu understood, thanks for providing the logs it will help us narrow it down.
When will it be fixed? Code-refs are almost useless now because we use tags always.
@adomass, our team is going to do an investigation next week and will follow up here once completed. Thanks for your patience!
Cheers!
@carmenquan @jazanne what's the timeline for the next release?
Looking forward to the 2.3.x release for use with Circle CI (orb link) 🙏
@laupow We are preparing a release, but don't have a timeline just yet. I'll update this thread once something changes. Thanks for your patience!
Thanks for everyone's patience, we've released v2.4.0, which includes the fix to this issue 🎉
https://github.com/launchdarkly/ld-find-code-refs/releases/tag/2.4.0 https://circleci.com/developer/orbs/orb/launchdarkly/ld-find-code-refs
Now we get error like this ERROR: 2021/12/08 13:55:49 github-actions.go:49: error detecting git branch: expected ref name starting with refs/heads/ or refs/tags/, got: refs/tags/2021.12.5.1375
Looks like tag refs/tags/2021.12.5.1375 does not start with refs/tags/ :)
Using the provided Github Action workflow, when a tag is created, the find-code-ref action is triggered but fails because it doesn't seem to support tags refs.