ci(release): verify npm authentication

This commit is contained in:
2026-08-24 16:03:24 +02:00
parent fefad30ad5
commit 7bd03b5e5f
+5
View File
@@ -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: