Skip to content

Commit c85085e

Browse files
committed
added publish github action
1 parent 488f396 commit c85085e

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)