diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b99a6644a98..1fb76fa0cb1 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -27,12 +27,12 @@ jobs: run: | yarn install - name: Build - run: | - yarn build - - name: Publish env: VERSION: ${{ env.VERSION }} SCOPE: "@cnblogs" + run: | + yarn build + - name: Publish run: | echo "VERSION: ${VERSION}, SCOPE: ${SCOPE}" npm run publish-ci