📦 ci: Update npm authentication token for publishing in workflow

This commit is contained in:
Danny Avila
2025-03-07 12:20:56 -05:00
parent 932474c44e
commit 0a4da06fe1

View File

@@ -31,7 +31,7 @@ jobs:
run: cd packages/data-schemas && npm run build
- name: Set up npm authentication
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PUBLISH_NPM_TOKEN }}" > ~/.npmrc
- name: Check version change
id: check