Skip to content

Commit 80a60a7

Browse files
author
mreuvers
committed
Add missing env vars
1 parent a9aab2a commit 80a60a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,14 @@ jobs:
1919
run: |
2020
cd core
2121
npm publish
22+
env:
23+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2224
- name: Publish typescript-logging (category-style) 📦
2325
run: |
2426
cd category-style
2527
npm publish
28+
env:
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2630
- name: Publish typescript-logging (log4ts-style) 📦
2731
run: |
2832
cd log4ts-style

0 commit comments

Comments
 (0)