Commit d6b3c6a
authored
chore: [REL-4161] use printf to ensure we get the exact value for homebrew key (#554)
The saga continues. Last time I got an
[error](https://github.com/launchdarkly/ld-find-code-refs/actions/runs/16777430844/job/47506788949#step:7:633)
that is likely related to a malformed homebrew-tap deploy key. Giving
`printf`, and no json encoding a shot. Hopefully, this will write the
unaltered value of the key to the file and we'll be good to go.
<!-- ld-jira-link -->
---
Related Jira issue: [REL-4161: Migrate ld-find-code-refs from Releaser
to GHA](https://launchdarkly.atlassian.net/browse/REL-4161)
<!-- end-ld-jira-link -->1 parent 0323f0d commit d6b3c6a
File tree
2 files changed
+2
-2
lines changed- .github/workflows
- scripts/release
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments