From 92042b089bae234e36298dc1f35864afd25bd921 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 12 Aug 2024 15:32:07 -0400 Subject: [PATCH] do not push tags on windows package --- release.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.config.js b/release.config.js index a5440b779..d7249ad64 100644 --- a/release.config.js +++ b/release.config.js @@ -1,7 +1,7 @@ const exclude = process.env.EXCLUDE ? `--exclude='${process.env.EXCLUDE}'` : '' const config = { - dryRun: false, + dryRun: process.env.INCLUDE_GH_RELEASE !== 'true', branches: ['main', 'next'], plugins: [ [