Skip to content

Commit a120def

Browse files
committed
chore: update workflows config.
1 parent 858c229 commit a120def

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.github/workflows/ci.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -90,31 +90,31 @@ jobs:
9090
outputs:
9191
successful: ${{steps.create_tag.outputs.successful }}
9292

93-
github-package:
94-
runs-on: ubuntu-latest
95-
needs: build-deploy
96-
if: needs.build-deploy.outputs.successful
97-
steps:
98-
- uses: actions/checkout@v3
99-
- uses: actions/setup-node@v3
100-
with:
101-
node-version: 16
102-
registry-url: https://npm.pkg.github.com
103-
scope: '@uiwjs'
104-
105-
- run: npm install
106-
- run: npm run build
107-
108-
- name: "Modify @uiw/react-textarea-code-editor => @uiwjs/react-textarea-code-editor"
109-
uses: jaywcjlove/github-action-package@main
110-
if: success() || failure()
111-
with:
112-
path: ./package.json
113-
data: |
114-
{ "name": "@uiwjs/react-textarea-code-editor" }
115-
116-
- name: 📦 @uiwjs/react-textarea-code-editor publish to NPM
117-
run: npm publish
118-
continue-on-error: true
119-
env:
120-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
93+
# github-package:
94+
# runs-on: ubuntu-latest
95+
# needs: build-deploy
96+
# if: needs.build-deploy.outputs.successful
97+
# steps:
98+
# - uses: actions/checkout@v3
99+
# - uses: actions/setup-node@v3
100+
# with:
101+
# node-version: 16
102+
# registry-url: https://npm.pkg.github.com
103+
# scope: '@uiwjs'
104+
105+
# - run: npm install
106+
# - run: npm run build
107+
108+
# - name: "Modify @uiw/react-textarea-code-editor => @uiwjs/react-textarea-code-editor"
109+
# uses: jaywcjlove/github-action-package@main
110+
# if: success() || failure()
111+
# with:
112+
# path: ./package.json
113+
# data: |
114+
# { "name": "@uiwjs/react-textarea-code-editor" }
115+
116+
# - name: 📦 @uiwjs/react-textarea-code-editor publish to NPM
117+
# run: npm publish
118+
# continue-on-error: true
119+
# env:
120+
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)