Skip to content

Commit c3da287

Browse files
committed
chore: update .github/workflows/ci.yml
1 parent 765fa1b commit c3da287

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,10 @@ jobs:
5656
5757
${{ steps.changelog.outputs.changelog }}
5858
draft: false
59-
prerelease: false
59+
prerelease: false
60+
61+
- name: 📦 📦 @uiw/react-codesandbox 📦 📦
62+
uses: JS-DevTools/npm-publish@v1
63+
with:
64+
token: ${{ secrets.NPM_TOKEN }}
65+
package: package.json

0 commit comments

Comments
 (0)