Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Oct 21, 2024
1 parent 80c42cb commit fdc4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
while [ $random_index1 -eq $random_index2 ]; do
random_index2=$(($RANDOM % length))
done
word1=$(echo $responseAdj | jq -r ".[$random_index1].word")
word1=$(echo $responseAdj | jq -r ".[$random_index1].name")
word2=$(echo $responseAnimal | jq -r ".[$random_index2].name")
title="$word1 $word2"
title="Release the: $(title_case "$title")!"
Expand Down

0 comments on commit fdc4cc3

Please sign in to comment.