From f2f5e627a6990b186c6bfe1c4e42cde5c4305699 Mon Sep 17 00:00:00 2001 From: LilyLoveLife Date: Tue, 30 Apr 2024 20:31:56 +0800 Subject: [PATCH] feat: test version --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 425ff4f..f42f8a9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: uses: changesets/action@v1 env: GITHUB_TOKEN: ${{ secrets.TOKEN_GITHUB }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: 发布 run: npm publish env: