Skip to content

Commit 8464e04

Browse files
committed
added publish github action
1 parent 01814f2 commit 8464e04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
- run: npm ci
1616
- run: npm publish
1717
env:
18+
# need to add NPM token to github secret if not available
1819
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)