Skip to content

Commit 288fadf

Browse files
committed
chore: update workflows/ci.marster.yml
1 parent 4113ddc commit 288fadf

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/ci.marster.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -100,35 +100,35 @@ jobs:
100100
env:
101101
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
102102

103-
outputs:
104-
successful: ${{steps.create_tag.outputs.successful }}
105-
106-
github-package:
107-
runs-on: ubuntu-latest
108-
needs: build-deploy
109-
steps:
110-
- uses: actions/checkout@v3
111-
- uses: actions/setup-node@v3
112-
with:
113-
node-version: 16
114-
registry-url: https://npm.pkg.github.com
115-
scope: '@uiwjs'
116-
117-
- run: npm install
118-
119-
- run: npm run bundle
120-
working-directory: core
121-
- run: npm run bundle:min
122-
working-directory: core
123-
124-
- name: Modify @uiw/react-markdown-preview => @uiwjs/react-markdown-preview
125-
uses: jaywcjlove/github-action-package@main
126-
with:
127-
path: core/package.json
128-
rename: '@uiwjs/react-markdown-preview'
103+
# outputs:
104+
# successful: ${{steps.create_tag.outputs.successful }}
105+
106+
# github-package:
107+
# runs-on: ubuntu-latest
108+
# needs: build-deploy
109+
# steps:
110+
# - uses: actions/checkout@v3
111+
# - uses: actions/setup-node@v3
112+
# with:
113+
# node-version: 16
114+
# registry-url: https://npm.pkg.github.com
115+
# scope: '@uiwjs'
116+
117+
# - run: npm install
118+
119+
# - run: npm run bundle
120+
# working-directory: core
121+
# - run: npm run bundle:min
122+
# working-directory: core
123+
124+
# - name: Modify @uiw/react-markdown-preview => @uiwjs/react-markdown-preview
125+
# uses: jaywcjlove/github-action-package@main
126+
# with:
127+
# path: core/package.json
128+
# rename: '@uiwjs/react-markdown-preview'
129129

130-
- run: npm publish
131-
continue-on-error: true
132-
working-directory: core
133-
env:
134-
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
130+
# - run: npm publish
131+
# continue-on-error: true
132+
# working-directory: core
133+
# env:
134+
# NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)