Skip to content

Commit a0c4c8e

Browse files
fix: build for tags version
/usr/bin/git checkout --progress --force refs/tags/0.0.10 env: VERSION: refs/heads/main cannot create directory ‘anychain-bitcoin-cli-refs/heads/main-x86_64-unknown-linux-musl’: No such file or directory
1 parent f9714f0 commit a0c4c8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build Binary
22

33
on:
44
push:
5-
branches:
6-
- main
75
tags:
86
# Regex for a version number such as 0.2.1
97
- "[0-9]+.[0-9]+.[0-9]+"

0 commit comments

Comments
 (0)