Skip to content

Commit

Permalink
circleci config: Fix cut/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb26 committed Apr 28, 2023
1 parent 184f775 commit 447da84
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 @@ -38,7 +38,7 @@ jobs:
PATH=$PATH:$HOME/go/bin
if [ "$CIRCLE_TAG" != "" ]
then
ghr -name "Spot Shell ($CIRCLE_TAG)" $CIRCLE_TAG bashgpt
ghr -name "bashgpt ($CIRCLE_TAG)" $CIRCLE_TAG bashgpt
else
echo "Not releasing untagged commit"
fi
Expand Down

0 comments on commit 447da84

Please sign in to comment.