Skip to content

Commit 439eb2d

Browse files
committed
feat(page10): add new component.
1 parent 94d7c50 commit 439eb2d

25 files changed

+1170
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,12 @@ jobs:
148148
name: 📦 @react-login-page/page9 publish to NPM
149149
continue-on-error: true
150150
working-directory: pages/page9
151+
env:
152+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
153+
154+
- run: npm publish --access public
155+
name: 📦 @react-login-page/page10 publish to NPM
156+
continue-on-error: true
157+
working-directory: pages/page10
151158
env:
152159
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)