From e44394a175699d33693344792442f1f30456c145 Mon Sep 17 00:00:00 2001 From: leezng Date: Tue, 28 Nov 2023 18:22:00 +0800 Subject: [PATCH] ci: add version bump for v1 --- .github/workflows/bump-version-v1.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bump-version-v1.yml b/.github/workflows/bump-version-v1.yml index 29700b6..c81d6e8 100644 --- a/.github/workflows/bump-version-v1.yml +++ b/.github/workflows/bump-version-v1.yml @@ -25,10 +25,10 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - # - name: Publish NPM - # run: | - # npm ci - # npm run build - # npm publish --tag v1-latest - # env: - # NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Publish NPM + run: | + npm ci + npm run build + npm publish --tag v1-latest + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}