Skip to content

Commit

Permalink
change release to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Feb 28, 2024
1 parent 2f11126 commit 22ca89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
SHORTSHA="${SHA:0:7}"
wget https://github.com/cli/cli/releases/download/v2.35.0/gh_2.35.0_linux_amd64.deb
sudo dpkg -i gh_2.35.0_linux_amd64.deb
gh release create v2.0.0-${SHORTSHA} --notes "Release v2.0.0-${SHORTSHA}" \
gh release create v0.1.0-${SHORTSHA} --notes "Release v0.1.0-${SHORTSHA}" \
/tmp/build/darwin-arm64/hive-darwin-arm64 \
/tmp/build/darwin-amd64/hive-darwin-amd64 \
/tmp/build/linux-arm64/hive-linux-arm64 \
Expand Down

0 comments on commit 22ca89e

Please sign in to comment.