From 993237367a0e94369128fedae1ed6bbb581664e5 Mon Sep 17 00:00:00 2001 From: Cody Olsen Date: Wed, 9 Aug 2023 20:47:02 +0200 Subject: [PATCH] chore: time for real release --- packages/sanity-astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity-astro/package.json b/packages/sanity-astro/package.json index 773f4db1..bffe2bca 100644 --- a/packages/sanity-astro/package.json +++ b/packages/sanity-astro/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "vite build --watch", "build": "rimraf dist && vite build", - "release": "semantic-release --dry-run --debug", + "release": "semantic-release", "prepublishOnly": "npm run build" }, "main": "./dist/sanity-astro.js",