Skip to content

Commit 4f9e956

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent b3b870c commit 4f9e956

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ jobs:
2222
- run: npm run doc
2323
- run: npm run map
2424

25-
- run: npm install @jsdevtools/npm-publish -g
26-
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
25+
# - run: npm install @jsdevtools/npm-publish -g
26+
# - 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
2733

2834
- name: Create Tag
2935
id: create_tag

0 commit comments

Comments
 (0)