Skip to content

Commit 2d55725

Browse files
committed
chore: update workflows config.
1 parent d9b1c2d commit 2d55725

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

.github/workflows/ci.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,33 +85,33 @@ jobs:
8585
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
8686

8787

88-
outputs:
89-
successful: ${{steps.create_tag.outputs.successful }}
90-
91-
github-package:
92-
runs-on: ubuntu-latest
93-
needs: build-deploy
94-
if: needs.build-deploy.outputs.successful
95-
steps:
96-
- uses: actions/checkout@v3
97-
- uses: actions/setup-node@v3
98-
with:
99-
node-version: 16
100-
registry-url: https://npm.pkg.github.com
101-
scope: '@uiwjs'
102-
103-
- run: npm install
104-
- run: npm run build
105-
- run: npm run bundle
106-
- run: npm run bundle:min
107-
108-
- name: "Modify @uiw/react-split => @uiwjs/react-split"
109-
uses: jaywcjlove/github-action-package@main
110-
with:
111-
path: package.json
112-
data: |
113-
{ "name": "@uiwjs/react-split" }
114-
115-
- run: npm publish
116-
env:
117-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
88+
# outputs:
89+
# successful: ${{steps.create_tag.outputs.successful }}
90+
91+
# github-package:
92+
# runs-on: ubuntu-latest
93+
# needs: build-deploy
94+
# if: needs.build-deploy.outputs.successful
95+
# steps:
96+
# - uses: actions/checkout@v3
97+
# - uses: actions/setup-node@v3
98+
# with:
99+
# node-version: 16
100+
# registry-url: https://npm.pkg.github.com
101+
# scope: '@uiwjs'
102+
103+
# - run: npm install
104+
# - run: npm run build
105+
# - run: npm run bundle
106+
# - run: npm run bundle:min
107+
108+
# - name: "Modify @uiw/react-split => @uiwjs/react-split"
109+
# uses: jaywcjlove/github-action-package@main
110+
# with:
111+
# path: package.json
112+
# data: |
113+
# { "name": "@uiwjs/react-split" }
114+
115+
# - run: npm publish
116+
# env:
117+
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)