Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Sep 25, 2023
1 parent f581d15 commit 9019875
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 @@ -33,7 +33,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-pre${SHORTSHA} --notes "Release v2.0.0-pre${SHORTSHA} for Linux x86_64" v2.0.0-pre${SHORTSHA} /tmp/build/Linux-x86_64/lilypad
gh release create v2.0.0-${SHORTSHA} --notes "Release v2.0.0-${SHORTSHA} for Linux x86_64" /tmp/build/Linux-x86_64/lilypad
workflows:
test-and-deploy:
Expand Down

0 comments on commit 9019875

Please sign in to comment.