File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed
Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff 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}}
You can’t perform that action at this time.
0 commit comments