Skip to content

Commit

Permalink
Update the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 4, 2024
1 parent c543002 commit 3e0ea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ platforms="

cd v2
name=orbiton
version=$(grep -i version main.go | head -1 | cut -d' ' -f5 | cut -d'"' -f1)
version=$(grep -i version main.go | head -1 | cut -d' ' -f4 | cut -d'"' -f1)
echo "Version $version"

export CGO_ENABLED=0
Expand Down

0 comments on commit 3e0ea87

Please sign in to comment.