We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723b571 commit f59e418Copy full SHA for f59e418
1 file changed
.github/workflows/publish.yaml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
node-version: "20.x"
20
21
+ - name: Authenticate with npm
22
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_PUBLISH_TOKEN }}" > ~/.npmrc
23
+
24
- name: Install yarn
25
run: npm install -g yarn
26
0 commit comments