Skip to content

Commit 6246bd1

Browse files
committed
Update: add tokens
1 parent f426e08 commit 6246bd1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,8 @@ jobs:
5454
env:
5555
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
57+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
58+
59+
- name: Build
60+
run: cat lerna-debug.log
61+
if: always()

0 commit comments

Comments
 (0)