File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v3
11
11
- uses : actions/setup-node@v3
12
12
with :
13
- node-version : 16
13
+ node-version : 18
14
14
registry-url : ' https://registry.npmjs.org'
15
15
16
16
- run : npm install
@@ -69,19 +69,14 @@ jobs:
69
69
70
70
${{ steps.changelog.outputs.changelog }}
71
71
72
- # - name: 📦 @uiw/react-markdown-editor 📦
73
- # uses: JS-DevTools/npm-publish@v1
74
- # with:
75
- # token: ${{ secrets.NPM_TOKEN }}
76
- # package: ./package.json
77
72
- name : Modify package.json
78
73
uses : jaywcjlove/github-action-package@main
79
74
with :
80
75
path : ./core/package.json
81
76
unset : scripts,eslintConfig,devDependencies,browserslist
82
77
83
78
- name : 📦 @uiw/react-markdown-editor 📦
84
- run : npm publish
79
+ run : npm publish --access public --provenance
85
80
continue-on-error : true
86
81
working-directory : core
87
82
env :
@@ -111,10 +106,10 @@ jobs:
111
106
# path: ./package.json
112
107
# rename: '@uiwjs/react-markdown-editor'
113
108
114
- # - run: npm publish
109
+ # - run: npm publish --access public --provenance
115
110
# continue-on-error: true
116
111
# env:
117
112
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
118
- # # - run: npm publish
113
+ # # - run: npm publish --access public --provenance
119
114
# # env:
120
115
# # NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments