From 365c61a3c06f107a56058156c77b158edc907c1d Mon Sep 17 00:00:00 2001 From: Alexander zur Bonsen Date: Wed, 22 Jan 2025 08:55:00 +0100 Subject: [PATCH] chore: comment out publishing for testing again Signed-off-by: Alexander zur Bonsen --- scripts/publish_release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish_release.sh b/scripts/publish_release.sh index 609f4b7..09a68ae 100755 --- a/scripts/publish_release.sh +++ b/scripts/publish_release.sh @@ -34,6 +34,6 @@ git tag -a ${VERSION} -m "Release version ${VERSION}" git push --tags echo -e "\n${VIOLET}Publishing package${NC}" -npm publish --access public +# npm publish --access public echo -e "\n${VIOLET}Publishing successful${NC}"