Skip to content

Commit c092b20

Browse files
committed
chore: update workflows config.
1 parent a2abf09 commit c092b20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
# token: ${{ secrets.NPM_TOKEN }}
107107
# package: ./core/package.json
108108

109-
# - run: npm publish --access public
110-
# name: 📦 @uiw/react-iframe to NPM
111-
# working-directory: core
112-
# continue-on-error: true
113-
# env:
114-
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
109+
- run: npm publish --access public
110+
name: 📦 @uiw/react-iframe to NPM
111+
working-directory: core
112+
continue-on-error: true
113+
env:
114+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115115

0 commit comments

Comments
 (0)