Skip to content

Commit

Permalink
debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Mar 16, 2024
1 parent 14ec9bb commit 4527cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
MESSAGE=$(echo $RESPONSE | jq -r '.message')
echo $MESSAGE;
if [ "$MESSAGE" == "Not Found" ]; then
echo "Release v$VERSION already exists, please update the version in manifest.json"
exit 1
Expand Down

0 comments on commit 4527cfd

Please sign in to comment.