ci(release): verify npm authentication
This commit is contained in:
@@ -27,6 +27,11 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Verify npm Authentication
|
||||
run: npm whoami
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
||||
|
||||
- name: Set Release Version
|
||||
run: npm run version:place
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user