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 ac473a0 commit dbbb2beCopy full SHA for dbbb2be
1 file changed
.github/workflows/ci.yml
@@ -81,7 +81,6 @@ jobs:
81
github-package:
82
runs-on: ubuntu-latest
83
needs: build-deploy
84
- if: needs.build-deploy.outputs.successful
85
steps:
86
- uses: actions/checkout@v3
87
- uses: actions/setup-node@v3
@@ -96,8 +95,9 @@ jobs:
96
95
- name: Modify @uiw/react-prismjs => @uiwjs/react-prismjs
97
uses: jaywcjlove/github-action-package@main
98
with:
99
- rename: '@uiwjs/react-markdown-editor'
+ rename: '@uiwjs/react-prismjs'
100
101
- run: npm publish
102
env:
+ continue-on-error: true
103
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments