@@ -100,35 +100,35 @@ jobs:
100
100
env :
101
101
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
102
102
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'
129
129
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