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 b3b870c commit 4f9e956Copy full SHA for 4f9e956
.github/workflows/ci.yml
@@ -22,8 +22,14 @@ jobs:
22
- run: npm run doc
23
- run: npm run map
24
25
- - run: npm install @jsdevtools/npm-publish -g
26
- - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
+ # - run: npm install @jsdevtools/npm-publish -g
+ # - run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
27
+
28
+ - name: 📦 📦 @uiw/react-code-preview 📦 📦
29
+ uses: JS-DevTools/npm-publish@v1
30
+ with:
31
+ token: ${{ secrets.NPM_TOKEN }}
32
+ package: package.json
33
34
- name: Create Tag
35
id: create_tag
0 commit comments