We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d8c65 commit 3e19259Copy full SHA for 3e19259
1 file changed
.github/workflows/publish.yml
@@ -73,6 +73,8 @@ jobs:
73
run: |
74
npm whoami
75
npm view django-ai-assistant-client name version || echo "Package not found yet in npm registry (first publish path)."
76
+ env:
77
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
78
79
- name: Publish package distributions to npm
80
working-directory: ./frontend
0 commit comments