From d45a7dc7d5466f0d14bc92fe8405deb248a02aba Mon Sep 17 00:00:00 2001 From: Alain Date: Wed, 12 Jun 2024 10:47:05 +0800 Subject: [PATCH] remove publish dry-run params (#655) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 更新 browser 端版本号 * fix typo * update github actions * auto build common * update examples * fix typo * remove publish dry-run params --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2ecd5adf..0f9cc151 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: npm install cd packages/browser/ npm run build - npm publish --dry-run + npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} publish-wechat-miniprogram: @@ -32,6 +32,6 @@ jobs: npm install cd packages/wechat-miniprogram/ npm run build - npm publish --dry-run + npm publish env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}