Skip to content

Commit 11182d7

Browse files
committed
chore: update workflows config.
1 parent 2486a0e commit 11182d7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,12 @@ jobs:
127127
name: 📦 @react-login-page/page6 publish to NPM
128128
continue-on-error: true
129129
working-directory: pages/page6
130+
env:
131+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
132+
133+
- run: npm publish --access public
134+
name: 📦 @react-login-page/page7 publish to NPM
135+
continue-on-error: true
136+
working-directory: pages/page7
130137
env:
131138
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)