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 d1985d9 commit c08032bCopy full SHA for c08032b
.github/workflows/ci.yml
@@ -7,6 +7,9 @@ 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
@@ -84,7 +87,7 @@ jobs:
84
87
${{ steps.changelog.outputs.changelog }}
85
88
86
89
- name: 📦 @uiw/react-textarea-code-editor publish to NPM
- run: npm publish
90
+ run: npm publish --access public --provenance
91
continue-on-error: true
92
working-directory: core
93
env:
0 commit comments