Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The need to reference Git tags with `refs/tags/` prefix is caused by changes in how Nix `2.4` and newer versions handle Git tags. They expect tags without full name to be branches, which fails with: ``` fatal: couldn't find remote ref refs/heads/v2.0.3-status-v6 error: program 'git' failed with exit code 128 ``` Issue: status-im/status-mobile#12832 PR: status-im/status-mobile#12980 Signed-off-by: Jakub Sokołowski <[email protected]>
- Loading branch information