Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya0246 committed Nov 3, 2023
1 parent fb5d827 commit c97b220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions publish-if-not-exists/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ runs:
exit 1
fi
if npm view $package_ref > /dev/null 2>&1 ; then
echo "Package $package_ref already published"
exit 0
fi
# if npm view $package_ref > /dev/null 2>&1 ; then
# echo "Package $package_ref already published"
# exit 0
# fi
echo "Publishing version ${{ package_ref }}"
Expand Down

0 comments on commit c97b220

Please sign in to comment.