Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent d1985d9 commit c08032b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -84,7 +87,7 @@ jobs:
${{ steps.changelog.outputs.changelog }}
- name: 📦 @uiw/react-textarea-code-editor publish to NPM
run: npm publish
run: npm publish --access public --provenance
continue-on-error: true
working-directory: core
env:
Expand Down

0 comments on commit c08032b

Please sign in to comment.