We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c73a4 commit f4cb945Copy full SHA for f4cb945
1 file changed
.github/workflows/ci.yml
@@ -7,11 +7,14 @@ on:
7
jobs:
8
build-deploy:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: write
12
+ id-token: write
13
steps:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
- node-version: 16
17
+ node-version: 18
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm install
@@ -106,7 +109,7 @@ jobs:
106
109
path: ./core/package.json
107
110
unset: scripts,jest,devDependencies
108
111
- - run: npm publish
112
+ - run: npm publish --access public --provenance
113
name: 📦 @uiw/react-md-editor publish to NPM
114
working-directory: core
115
continue-on-error: true
0 commit comments