Skip to content

Commit 0e06551

Browse files
committed
Publish NPM package
1 parent b5ea5db commit 0e06551

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ on:
1616
- 'v*'
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
20-
# NPM_TOKEN: ${{ YOUR NPM TOKEN HERE }}
21-
PUBLISH_NPM: false
19+
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
20+
PUBLISH_NPM: true
2221
NPM_REGISTRY_URL: https://registry.npmjs.org
2322
# IF YOU NEED TO PUBLISH A NUGET PACKAGE THEN ENSURE AN NUGET_PUBLISH_KEY
2423
# SECRET IS SET AND PUBLISH_NUGET: TRUE. IF YOU WANT TO PUBLISH TO AN ALTERNATIVE

0 commit comments

Comments
 (0)