Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 7, 2023
1 parent ac473a0 commit dbbb2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
github-package:
runs-on: ubuntu-latest
needs: build-deploy
if: needs.build-deploy.outputs.successful
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -96,8 +95,9 @@ jobs:
- name: Modify @uiw/react-prismjs => @uiwjs/react-prismjs
uses: jaywcjlove/github-action-package@main
with:
rename: '@uiwjs/react-markdown-editor'
rename: '@uiwjs/react-prismjs'

- run: npm publish
env:
continue-on-error: true
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit dbbb2be

Please sign in to comment.