We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b39fb6 commit 85702c0Copy full SHA for 85702c0
.github/workflows/release.yml
@@ -36,6 +36,6 @@ jobs:
36
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37
with:
38
upload_url: ${{ steps.create_release.outputs.upload_url }}
39
- asset_path: ./US-to-TrelloCard.zip.zip
40
- asset_name: US-to-TrelloCard.zip.zip
+ asset_path: ./US-to-TrelloCard.zip
+ asset_name: US-to-TrelloCard.zip
41
asset_content_type: application/zip
release.sh
@@ -40,8 +40,8 @@ done
read -p $'Going from version : \e[31m'"${CUR_VERSION}"$' (latest)\e[0m to ----> \e[33m'"${NEW_VERSION}"$'\e[0m OK ? (y/n) ' choice
42
case "$choice" in
43
- y|Y ) echo "yes";;
44
- n|N ) echo "no";;
+ y|Y ) echo "";;
+ n|N ) exit;;
45
* ) echo "invalid" && exit;;
46
esac
47
0 commit comments