We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b4797 commit a7a507fCopy full SHA for a7a507f
.github/workflows/publish-package.yml
@@ -72,6 +72,9 @@ jobs:
72
git config --global user.email "nx@fake-domain.com"
73
git config --global user.name "NX CI Bot"
74
75
+ - name: Authenticate with npm
76
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
77
+
78
- name: Release + Publish package
79
if: github.ref == 'refs/heads/master'
80
env:
0 commit comments