From a120def5f6a53d7730836c2891bf9c74717d1228 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 11 Jun 2023 16:43:52 +0800 Subject: [PATCH] chore: update workflows config. --- .github/workflows/ci.yml | 56 ++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb060ddb..a48dcd60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,31 +90,31 @@ jobs: outputs: successful: ${{steps.create_tag.outputs.successful }} - github-package: - runs-on: ubuntu-latest - needs: build-deploy - if: needs.build-deploy.outputs.successful - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 16 - registry-url: https://npm.pkg.github.com - scope: '@uiwjs' - - - run: npm install - - run: npm run build - - - name: "Modify @uiw/react-textarea-code-editor => @uiwjs/react-textarea-code-editor" - uses: jaywcjlove/github-action-package@main - if: success() || failure() - with: - path: ./package.json - data: | - { "name": "@uiwjs/react-textarea-code-editor" } - - - name: 📦 @uiwjs/react-textarea-code-editor publish to NPM - run: npm publish - continue-on-error: true - env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} + # github-package: + # runs-on: ubuntu-latest + # needs: build-deploy + # if: needs.build-deploy.outputs.successful + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v3 + # with: + # node-version: 16 + # registry-url: https://npm.pkg.github.com + # scope: '@uiwjs' + + # - run: npm install + # - run: npm run build + + # - name: "Modify @uiw/react-textarea-code-editor => @uiwjs/react-textarea-code-editor" + # uses: jaywcjlove/github-action-package@main + # if: success() || failure() + # with: + # path: ./package.json + # data: | + # { "name": "@uiwjs/react-textarea-code-editor" } + + # - name: 📦 @uiwjs/react-textarea-code-editor publish to NPM + # run: npm publish + # continue-on-error: true + # env: + # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}